Fix bad error message
This commit is contained in:
parent
dc8b36b31d
commit
8d090f2faa
|
@ -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 New Issue