From 669b3b427328e47f73e4c9b16ed86e93ee61cc51 Mon Sep 17 00:00:00 2001 From: Bhargav Ravuri Date: Wed, 22 Mar 2023 11:03:35 +0530 Subject: [PATCH] Update cmd/helm/helm.go, fix typo and grammar Co-authored-by: Jakub Warczarek Signed-off-by: Bhargav Ravuri --- cmd/helm/helm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 002628243..eacf371d8 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -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 {