vagrant/plugins/pushes/ftp/locales/en.yml

12 lines
348 B
YAML
Raw Normal View History

2014-11-11 23:35:58 +00:00
en:
ftp_push:
errors:
missing_attribute: |-
Missing required attribute '%{attribute}'. The Vagrant FTP Push plugin
requires you set this attribute. Please set this attribute in your
Vagrantfile, for example:
config.push.define "ftp" do |push|
push.%{attribute} = "..."
end