Skip to content

Commit

Permalink
remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 13, 2021
1 parent 1888b5a commit 50138e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/minikube/assets/addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ func GenerateTemplateData(addon *Addon, cfg config.KubernetesConfig) interface{}
opts.Registries[name] = "" // Avoid nil access when rendering
}

// Send messages to stderr due to some tests rely on stdout
if override, ok := opts.CustomRegistries[name]; ok {
out.Step(style.Option, "Using image {{.registry}}{{.image}}", out.V{
"registry": override,
Expand Down

0 comments on commit 50138e6

Please sign in to comment.