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

Signed-off-by: Bartel Sielski <bsielski@nalys-group.com>
pull/4861/head
Bartel Sielski 6 years ago committed by Matthew Fisher
parent 440e79ff95
commit 1ebbd69896

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

Loading…
Cancel
Save