Compare commits

...

2 Commits

Author SHA1 Message Date
ebf3f8a35a
:3 2024-08-26 00:18:19 +03:00
63704f0447
:3 2024-08-26 00:18:11 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -416,6 +416,7 @@ rawset(__BUNDLER_FILES, "updater", function ()
log.debug("Commit hash matches"); log.debug("Commit hash matches");
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash); log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
end end
write(".");
return false; return false;
end end
function updater:update(path, url) function updater:update(path, url)

View File

@ -83,7 +83,7 @@ function updater:check(branch)
log.debug("Commit hash matches"); log.debug("Commit hash matches");
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash); log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
end end
write(".");
return false; return false;
end end