Skip to content

Commit

Permalink
Merge pull request kubernetes#18729 from cuiyourong/master
Browse files Browse the repository at this point in the history
Fix function name in comment
  • Loading branch information
spowelljr committed Apr 24, 2024
2 parents b51f890 + 90ff27b commit 08a9cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 08a9cbf

Please sign in to comment.