Use no config file when generating completions

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-08-10 11:20:52 -06:00
parent b3b7591796
commit b6c774c4b5

View File

@@ -112,7 +112,7 @@ install: all
etc/bash_completion.d/wwctl: wwctl
mkdir -p etc/bash_completion.d/
./wwctl --warewulfconf etc/warewulf.conf genconfig completions >etc/bash_completion.d/wwctl
./wwctl --emptyconf genconfig completions >etc/bash_completion.d/wwctl
.PHONY: init
init: