From 36cdced0526c721feafe0bf8faad6a0f8b441801 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 7 Feb 2013 16:42:18 -0800 Subject: [PATCH] Update wording on requiring a Vagrantfile [GH-1362] --- templates/locales/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index a9cab0a45..8e5aeb0e8 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -164,7 +164,8 @@ en: This command requires a specific VM name to target in a multi-VM environment. no_env: |- A Vagrant environment is required to run this command. Run `vagrant init` - to set one up. + to set one up in this directory, or change to a directory with a + Vagrantfile and try again. plugin_gem_error: |- An error occurred within RubyGems, the underlying system used to manage Vagrant plugins. The output of the errors are shown below: