address review comments

pull/8499/head
Medya Gh 2020-06-16 15:03:56 -07:00
parent 56b5524c8e
commit e3ef5f9a95
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ func maybeExitWithAdvice(err error) {
}
}
exit.UsageT("Ensure your system has enough CPUs")
exit.UsageT("Ensure your {{.driver_name}} system has enough CPUs. The minimum allowed is 2 CPUs.", out.V{"driver_name": viper.GetString("driver")})
}
}