correcting linting error

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/31300/head
Robert Sirchia 1 week ago
parent 6373f1ae91
commit 384f2a4013
No known key found for this signature in database
GPG Key ID: C2D40F4D8196E874

@ -199,7 +199,7 @@ compdef _helm %[1]s
}
// Cobra doesn't source zsh completion file, explicitly doing it here
_, err = fmt.Fprintf(out, "compdef _helm helm")
_, _ = fmt.Fprintf(out, "compdef _helm helm")
return err
}

Loading…
Cancel
Save