fix error comment

Signed-off-by: Jie Yu <390282283@qq.com>
pull/4707/head
Jie Yu 7 years ago
parent 12ace315ea
commit 11730e05b8

@ -271,7 +271,7 @@ func getInternalKubeClient(context string, kubeconfig string) (internalclientset
return client, nil return client, nil
} }
// ensureHelmClient returns a new helm client impl. if h is not nil. // ensureHelmClient returns a new helm client impl. if h is nil.
func ensureHelmClient(h helm.Interface) helm.Interface { func ensureHelmClient(h helm.Interface) helm.Interface {
if h != nil { if h != nil {
return h return h

Loading…
Cancel
Save