Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Aug 5, 2024
1 parent 3626474 commit f984bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func printAddonImagesJSON(addon string) {
var data []string

for imageName, defaultImage := range conf.Images {
data = append(data, conf.Registries[imageName] + "/" + defaultImage)
data = append(data, conf.Registries[imageName]+"/"+defaultImage)
}

jsonString, _ := json.Marshal(data)
Expand Down

0 comments on commit f984bd7

Please sign in to comment.