From 1c3c04a6f3131252b3b610fd408864ad6dad4cd9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 20 Sep 2023 09:53:37 +0300 Subject: [PATCH] fix(scripts): git-profile completion file name --- scripts/install-go-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-go-packages.sh b/scripts/install-go-packages.sh index 6a4c4c1..641f9c5 100755 --- a/scripts/install-go-packages.sh +++ b/scripts/install-go-packages.sh @@ -41,7 +41,7 @@ done msg "Installing completions for selected packages" have git-profile && { - git-profile completion zsh > "$ZSH_CUSTOM_COMPLETION_PATH/git-profile" \ + git-profile completion zsh > "$ZSH_CUSTOM_COMPLETION_PATH/_git-profile" \ && msg_yay "Installed completions for git-profile" }