Skip to content

Commit

Permalink
change cpus config field to string to support max value
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 7, 2022
1 parent 2853940 commit ff95fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var settings = []Setting{
},
{
name: "cpus",
set: SetInt,
set: SetString,
validations: []setFn{IsValidCPUs},
callbacks: []setFn{RequiresRestartMsg},
},
Expand Down

0 comments on commit ff95fc7

Please sign in to comment.