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