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