Update cmd/helm/helm.go, fix typo and grammar

Co-authored-by: Jakub Warczarek <jakub.warczarek@gmail.com>
Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io>
pull/11908/head
Bhargav Ravuri 1 year ago committed by GitHub
parent 7f2fc2ae00
commit 669b3b4273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ func main() {
log.Fatal(err)
}
} else {
debug("kube config backup aborted due to empty KubeConfig path in settings")
debug("kubeconfig backup aborted due to the empty KubeConfig path in the settings")
}
if err := actionConfig.Init(settings.RESTClientGetter(), settings.Namespace(), helmDriver, debug); err != nil {

Loading…
Cancel
Save