From 63704f0447af08e7b70479652c34470c5b4e216c Mon Sep 17 00:00:00 2001 From: MCorange Date: Mon, 26 Aug 2024 00:18:11 +0300 Subject: [PATCH] :3 --- src/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater.lua b/src/updater.lua index 58b69d9..e7cfbce 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -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