And changed the update script
parent
96c0081d73
commit
8e5dc2c250
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue