imrove advice when driver was auto-selected
parent
3af9872296
commit
29c99cc221
|
@ -161,7 +161,7 @@ func runStart(cmd *cobra.Command, args []string) {
|
|||
starter, err := provisionWithDriver(cmd, ds, existing)
|
||||
if err != nil {
|
||||
node.MaybeExitWithAdvice(err)
|
||||
machine.MaybeDisplayAdvice(err, viper.GetString("driver"))
|
||||
machine.MaybeDisplayAdvice(err, existing.Driver)
|
||||
if specified {
|
||||
// If the user specified a driver, don't fallback to anything else
|
||||
exit.WithError("error provisioning host", err)
|
||||
|
|
Loading…
Reference in New Issue