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

Signed-off-by: Bartel Sielski <bartel.sielski@gmail.com>
(cherry picked from commit 1ebbd69896)
pull/5419/head
Bartel Sielski 6 years ago committed by Adam Reese
parent b64066b445
commit f98366fc50
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

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

Loading…
Cancel
Save