Merge pull request #18729 from cuiyourong/master

Fix function name in comment
pull/18755/head
Steven Powell 2024-04-24 14:00:50 -07:00 committed by GitHub
commit 08a9cbfff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {