From 1ebbd6989645375abd9268f9b3315e296b52f828 Mon Sep 17 00:00:00 2001 From: Bartel Sielski Date: Tue, 30 Oct 2018 17:24:20 +0100 Subject: [PATCH] Remove newline at the start of zsh completion file (#4851) Signed-off-by: Bartel Sielski --- cmd/helm/completion.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/helm/completion.go b/cmd/helm/completion.go index b6fbc82d1..2181e723c 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -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=':'