Remove newline at the start of zsh completion file (#4851)

Signed-off-by: Bartel Sielski <bsielski@nalys-group.com>
pull/4207/head^2
Bartel Sielski 7 years ago committed by Sebastien Plisson
parent d824d1eab6
commit 5d0bb9b19b

@ -81,8 +81,7 @@ func runCompletionBash(out io.Writer, cmd *cobra.Command) error {
}
func runCompletionZsh(out io.Writer, cmd *cobra.Command) error {
zshInitialization := `
#compdef helm
zshInitialization := `#compdef helm
__helm_bash_source() {
alias shopt=':'

Loading…
Cancel
Save