Skip to content

Commit

Permalink
Merge pull request #11678 from RA489/regis_mirror
Browse files Browse the repository at this point in the history
change registery_mirror to registery-mirror
  • Loading branch information
medyagh authored Jun 21, 2021
2 parents 811ff18 + 48709ef commit c7c06e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func runStart(cmd *cobra.Command, args []string) {
// can be configured as MINIKUBE_IMAGE_REPOSITORY and IMAGE_MIRROR_COUNTRY
// this should be updated to documentation
if len(registryMirror) == 0 {
registryMirror = viper.GetStringSlice("registry_mirror")
registryMirror = viper.GetStringSlice("registry-mirror")
}

if !config.ProfileNameValid(ClusterFlagValue()) {
Expand Down

0 comments on commit c7c06e8

Please sign in to comment.