And changed the update script

This commit is contained in:
Chris Moeller 2013-10-21 18:31:48 -07:00
parent 96c0081d73
commit 8e5dc2c250

View file

@ -7,7 +7,7 @@ include REXML
feed = ARGV[0] || 'mercury'
appcast = open("http://kode54.net/cog/#{feed}.xml")
appcast = open("https://kode54.net/cog/#{feed}.xml")
appcastdoc = Document.new(appcast)