And changed the update script
This commit is contained in:
parent
96c0081d73
commit
8e5dc2c250
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ include REXML
|
||||||
|
|
||||||
feed = ARGV[0] || 'mercury'
|
feed = ARGV[0] || 'mercury'
|
||||||
|
|
||||||
appcast = open("http://kode54.net/cog/#{feed}.xml")
|
appcast = open("https://kode54.net/cog/#{feed}.xml")
|
||||||
|
|
||||||
appcastdoc = Document.new(appcast)
|
appcastdoc = Document.new(appcast)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue