diff --git a/pkg/minikube/cruntime/cruntime.go b/pkg/minikube/cruntime/cruntime.go index 979b8d0721..1a5d0a8ae7 100644 --- a/pkg/minikube/cruntime/cruntime.go +++ b/pkg/minikube/cruntime/cruntime.go @@ -152,7 +152,7 @@ type ListContainersOptions struct { Namespaces []string } -// ListImageOptions are the options to use for listing images +// ListImagesOptions are the options to use for listing images type ListImagesOptions struct { }