From d6848ce043b87dd127039e6971978ae47261ef27 Mon Sep 17 00:00:00 2001 From: vardhaman22 Date: Wed, 30 Aug 2023 23:25:35 +0530 Subject: [PATCH] gofmt pkg/kube/client-go --- cmd/helm/root_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/root_unix.go b/cmd/helm/root_unix.go index 92fa1b59d..d6a3cedfd 100644 --- a/cmd/helm/root_unix.go +++ b/cmd/helm/root_unix.go @@ -40,7 +40,7 @@ func checkPerms() { // can proceed happily without a KUBECONFIG, so this is not a fatal error. return } - kc = filepath.Join(u.HomeDir, ".kube", "config") + _ = filepath.Join(u.HomeDir, ".kube", "config") } fi, err := os.Stat(kc) if err != nil {