This commit is contained in:
Gvidas Juknevičius 2024-08-26 00:18:19 +03:00
parent 63704f0447
commit ebf3f8a35a
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

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)