From 8d090f2faa79ef637cb8ed5a39180db6eb1d8b4a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 12 Nov 2014 17:11:41 -0500 Subject: [PATCH] Fix bad error message --- templates/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 37ed84f07..a201a3833 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -950,8 +950,8 @@ en: The Vagrantfile does not define any 'push' strategies. In order to use `vagrant push`, you must define at least one push strategy: - config.push :ftp do |strategy| - # ... strategy-specific options + config.push.define "ftp" do |push| + # ... push-specific options end push_strategy_not_defined: |- The push strategy '%{name}' is not defined in the Vagrantfile. Defined