Fixed uploading feed xml to correct prefix

CQTexperiment
Chris Moeller 2014-03-28 18:08:39 -07:00
parent 7a0aea53dd
commit 18fad4692b
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ end
appcast.close()
#Send the updated appcast to the server
%x[scp #{new_xml.path} ec2-user@kode54.net:/usr/share/nginx/html/cog/#{feed}.xml]
%x[scp #{new_xml.path} #{upload_prefix}#{feed}.xml]
end