Fix message

pull/11666/head
Ilya Zuyev 2021-06-15 14:43:47 -07:00
parent 76ba964438
commit bfcfb76779
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ func ExitIfFatal(err error) {
if rtErr, ok := err.(*cruntime.ErrRuntimeVersion); ok {
exit.Message(reason.Kind{
ID: "PROVIDER_DOCKER_NOEXEC",
ID: "PROVIDER_INVALID_VERSION",
ExitCode: reason.ExGuestConfig,
Style: style.Unsupported,
Advice: "Try to start minikube with '--delete-on-failure=true' option",