set error to specify which command to use to bring vagrant up
This provides the suggested command to run in order to proceed with a failed command.
This commit is contained in:
parent
fd644c5105
commit
3d63fa94a5
|
@ -654,7 +654,7 @@ en:
|
||||||
vm_already_running: |-
|
vm_already_running: |-
|
||||||
VirtualBox VM is already running.
|
VirtualBox VM is already running.
|
||||||
vm_not_created: "VM not created. Moving on..."
|
vm_not_created: "VM not created. Moving on..."
|
||||||
vm_not_running: "VM is not currently running. Please bring it up to run this command."
|
vm_not_running: "VM is not currently running. Please, first bring it up with `vagrant up` then run this command."
|
||||||
box:
|
box:
|
||||||
remove_must_specify_provider: |-
|
remove_must_specify_provider: |-
|
||||||
Multiple providers were found for the box '%{name}'. Please specify
|
Multiple providers were found for the box '%{name}'. Please specify
|
||||||
|
|
Loading…
Reference in New Issue