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

View File

@ -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