Add missing word to output of "vagrant up"
Add the word "flag" to the phrase "or use the `--provision` flag", which is displayed when "vagrant up" is run for a VM that's already been provisioned.
This commit is contained in:
parent
1cf2a8db4c
commit
217a00c36c
|
@ -1699,7 +1699,7 @@ en:
|
||||||
Machine not provisioning because `--no-provision` is specified.
|
Machine not provisioning because `--no-provision` is specified.
|
||||||
disabled_by_sentinel: |-
|
disabled_by_sentinel: |-
|
||||||
Machine already provisioned. Run `vagrant provision` or use the `--provision`
|
Machine already provisioned. Run `vagrant provision` or use the `--provision`
|
||||||
to force provisioning. Provisioners marked to run always will still run.
|
flag to force provisioning. Provisioners marked to run always will still run.
|
||||||
resume:
|
resume:
|
||||||
resuming: Resuming suspended VM...
|
resuming: Resuming suspended VM...
|
||||||
unpausing: |-
|
unpausing: |-
|
||||||
|
|
Loading…
Reference in New Issue