From 754519b4d647542f77b32142c74578a209de836c Mon Sep 17 00:00:00 2001 From: Bhargav Ravuri Date: Wed, 22 Mar 2023 11:04:11 +0530 Subject: [PATCH] Update pkg/cli/environment.go, fix typo Co-authored-by: Jakub Warczarek Signed-off-by: Bhargav Ravuri --- pkg/cli/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/environment.go b/pkg/cli/environment.go index 30944a48c..b6e96efc1 100644 --- a/pkg/cli/environment.go +++ b/pkg/cli/environment.go @@ -243,7 +243,7 @@ func (s *EnvSettings) RESTClientGetter() genericclioptions.RESTClientGetter { // The backup file's path is updated in EnvSettings.KubeConfig. // // There is no safety check on EnvSettings.KubeConfig, i.e., the caller -// should call this method only when there is kube config path specified. +// should call this method only when there is kubeconfig path specified. // Else, the actual kubeconfig file read fails. func (s *EnvSettings) BackupKubeConfig() error { // Form the backup file path as: /kubeconfig