Compare commits
2 Commits
59dc5edde5
...
ebf3f8a35a
Author | SHA1 | Date | |
---|---|---|---|
ebf3f8a35a | |||
63704f0447 |
1
rtmc.lua
1
rtmc.lua
|
@ -416,6 +416,7 @@ rawset(__BUNDLER_FILES, "updater", function ()
|
|||
log.debug("Commit hash matches");
|
||||
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
||||
end
|
||||
write(".");
|
||||
return false;
|
||||
end
|
||||
function updater:update(path, url)
|
||||
|
|
|
@ -83,7 +83,7 @@ function updater:check(branch)
|
|||
log.debug("Commit hash matches");
|
||||
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
||||
end
|
||||
|
||||
write(".");
|
||||
return false;
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user