From 18fad4692b8e7110334551a7d540e1f899460cff Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Fri, 28 Mar 2014 18:08:39 -0700 Subject: [PATCH] Fixed uploading feed xml to correct prefix --- Scripts/update_feed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/update_feed.rb b/Scripts/update_feed.rb index c3e746e25..93fac1016 100755 --- a/Scripts/update_feed.rb +++ b/Scripts/update_feed.rb @@ -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