From 217a00c36c26df9517c27a3110dbf65ff79589cd Mon Sep 17 00:00:00 2001 From: Leo Cassarani Date: Mon, 11 May 2015 16:01:53 +0100 Subject: [PATCH] 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. --- templates/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index f5de5b2c0..930bde690 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -1699,7 +1699,7 @@ en: Machine not provisioning because `--no-provision` is specified. disabled_by_sentinel: |- 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: resuming: Resuming suspended VM... unpausing: |-