And changed the update script

CQTexperiment
Chris Moeller 2013-10-21 18:31:48 -07:00
parent 96c0081d73
commit 8e5dc2c250
1 changed files with 1 additions and 1 deletions

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)