Skip to content

Commit

Permalink
Fix shell-completion line in release build script (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcool04 authored Feb 24, 2024
1 parent c1483f0 commit aa495c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fi
################################################################################
banner "Generating shell completion scripts"
for SHELL in bash zsh fish powershell elvish; do
"$NP" generate shell-completions --shell zsh >"${RELEASE_DIR}/share/completions/${NOSEYPARKER}.$SHELL"
"$NP" generate shell-completions --shell "$SHELL" >"${RELEASE_DIR}/share/completions/${NOSEYPARKER}.$SHELL"
done

################################################################################
Expand Down

0 comments on commit aa495c0

Please sign in to comment.