Fix bad error message

This commit is contained in:
Seth Vargo 2014-11-12 17:11:41 -05:00
parent dc8b36b31d
commit 8d090f2faa
1 changed files with 2 additions and 2 deletions

View File

@ -950,8 +950,8 @@ en:
The Vagrantfile does not define any 'push' strategies. In order to use The Vagrantfile does not define any 'push' strategies. In order to use
`vagrant push`, you must define at least one push strategy: `vagrant push`, you must define at least one push strategy:
config.push :ftp do |strategy| config.push.define "ftp" do |push|
# ... strategy-specific options # ... push-specific options
end end
push_strategy_not_defined: |- push_strategy_not_defined: |-
The push strategy '%{name}' is not defined in the Vagrantfile. Defined The push strategy '%{name}' is not defined in the Vagrantfile. Defined