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 {