:3
This commit is contained in:
@@ -41,6 +41,7 @@ end
|
||||
function updater:checkAndUpdateAll()
|
||||
local updated = false;
|
||||
for path, entry in pairs(self.updated_files) do
|
||||
log.debug("Checking update for " .. path);
|
||||
if self:check(entry.branch) then
|
||||
self:update(path, entry.url);
|
||||
updated = true;
|
||||
|
||||
Reference in New Issue
Block a user