Fix daemon url
This commit is contained in:
@ -7,7 +7,7 @@ require 'json'
|
|||||||
|
|
||||||
current = `git rev-parse HEAD`.strip
|
current = `git rev-parse HEAD`.strip
|
||||||
latest = current
|
latest = current
|
||||||
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/freestuff/commits?limit=1'
|
api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/webdl/commits?limit=1'
|
||||||
|
|
||||||
puts '[Daemon] '.red + 'Running WebDL daemon'
|
puts '[Daemon] '.red + 'Running WebDL daemon'
|
||||||
while true do
|
while true do
|
||||||
|
|||||||
Reference in New Issue
Block a user