Compare commits
4 Commits
59dc5edde5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c8221f789 | |||
| af8d46154c | |||
|
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user