diff --git a/plugins/pushes/ftp/locales/en.yml b/plugins/pushes/ftp/locales/en.yml index dcac3a427..0bbbe51f1 100644 --- a/plugins/pushes/ftp/locales/en.yml +++ b/plugins/pushes/ftp/locales/en.yml @@ -6,4 +6,6 @@ en: requires you set this attribute. Please set this attribute in your Vagrantfile, for example: - push.%{attribute} = "..." + config.push.define "ftp" do |push| + push.%{attribute} = "..." + end