Skip to content

Commit

Permalink
Merge pull request #10899 from daehyeok/overwrite_flag
Browse files Browse the repository at this point in the history
Refactoring generate/update config file code.
  • Loading branch information
medyagh authored May 7, 2021
2 parents a2d6251 + 50637dd commit 8f167f4
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 207 deletions.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func runStart(cmd *cobra.Command, args []string) {
}

if existing != nil {
upgradeExistingConfig(existing)
upgradeExistingConfig(cmd, existing)
} else {
validateProfileName()
}
Expand Down
Loading

0 comments on commit 8f167f4

Please sign in to comment.