:3
This commit is contained in:
@@ -82,6 +82,12 @@ function updater:check(branch)
|
||||
log.debug("Commit hash doesnt match, probbably an update");
|
||||
return true;
|
||||
end
|
||||
|
||||
if data[1].hash == self.curr_commit_hash then
|
||||
log.debug("Commit hash matches");
|
||||
log.debug(data[1].hash .. " (old) => (new) " .. self.curr_commit_hash);
|
||||
end
|
||||
|
||||
return false;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user