From 7f2fc2ae007aa951ddf0f7cea75b71812b5e189c Mon Sep 17 00:00:00 2001 From: Bhargav Ravuri Date: Wed, 22 Mar 2023 11:02:26 +0530 Subject: [PATCH] Update cmd/helm/helm.go, fix typo 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 08ef80405..002628243 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -74,7 +74,7 @@ func main() { helmDriver := os.Getenv("HELM_DRIVER") if settings.KubeConfig != "" { - // If KubeConfig path is not empty, backup kube config to: /kubeconfig + // If KubeConfig path is not empty, backup kubeconfig to: /kubeconfig // When the backup is successful, the settings.KubeConfig path is updated to backup file's path. if err := settings.BackupKubeConfig(); err != nil { log.Fatal(err)