From b6c774c4b56e11ec46f6c6d03cee95e1bfdcd0a7 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Thu, 10 Aug 2023 11:20:52 -0600 Subject: [PATCH] Use no config file when generating completions Signed-off-by: Jonathon Anderson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a65a2df..7b763551 100644 --- a/Makefile +++ b/Makefile @@ -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: