From 1d7f4f26be995a5d003e8ee1fa43c00d67f5acb6 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 12 Nov 2014 17:11:57 -0500 Subject: [PATCH] Provide a better error message for the FTP push --- plugins/pushes/ftp/locales/en.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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