use ds name

pull/8715/head
Medya Gh 2020-07-13 13:29:06 -07:00
parent 29c99cc221
commit e52cd9b366
1 changed files with 1 additions and 1 deletions

View File

@ -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, existing.Driver)
machine.MaybeDisplayAdvice(err, ds.Name)
if specified {
// If the user specified a driver, don't fallback to anything else
exit.WithError("error provisioning host", err)