:3
This commit is contained in:
@@ -72,7 +72,7 @@ function updater:check(branch)
|
||||
if self.curr_commit_hash == "" then
|
||||
log.debug("No commit hash found, setting");
|
||||
self.curr_commit_hash = data[1].hash;
|
||||
elseif data[1].hash == self.curr_commit_hash then
|
||||
elseif data[1].hash ~= self.curr_commit_hash then
|
||||
log.debug("Commit hash doesnt match, probbably an update");
|
||||
return true;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user