pull/4707/merge
YuJie 7 years ago committed by GitHub
commit fac19ae462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -271,7 +271,7 @@ func getInternalKubeClient(context string, kubeconfig string) (internalclientset
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 {
if h != nil {
return h

Loading…
Cancel
Save