Provide a better error message for the FTP push

This commit is contained in:
Seth Vargo 2014-11-12 17:11:57 -05:00
parent 8d090f2faa
commit 1d7f4f26be
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ en:
requires you set this attribute. Please set this attribute in your requires you set this attribute. Please set this attribute in your
Vagrantfile, for example: Vagrantfile, for example:
config.push.define "ftp" do |push|
push.%{attribute} = "..." push.%{attribute} = "..."
end