diff --git a/cmd/minikube/cmd/delete_test.go b/cmd/minikube/cmd/delete_test.go index fc6248a9cf..6301ab9cf8 100644 --- a/cmd/minikube/cmd/delete_test.go +++ b/cmd/minikube/cmd/delete_test.go @@ -34,7 +34,7 @@ import ( "k8s.io/minikube/pkg/minikube/localpath" ) -// except returns a list of strings, minus the excluded ones +// exclude returns a list of strings, minus the excluded ones func exclude(vals []string, exclude []string) []string { result := []string{} for _, v := range vals {