mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Fix bad error message
This commit is contained in:
parent
dc8b36b31d
commit
8d090f2faa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue