Compare commits
No commits in common. "ebf3f8a35a78b06440df9674c51b0069e355b144" and "59dc5edde5eb6cb94e0961aada8ee2fec0fd0619" have entirely different histories.
ebf3f8a35a
...
59dc5edde5
1
rtmc.lua
1
rtmc.lua
|
@ -416,7 +416,6 @@ rawset(__BUNDLER_FILES, "updater", function ()
|
||||||
log.debug("Commit hash matches");
|
log.debug("Commit hash matches");
|
||||||
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
||||||
end
|
end
|
||||||
write(".");
|
|
||||||
return false;
|
return false;
|
||||||
end
|
end
|
||||||
function updater:update(path, url)
|
function updater:update(path, url)
|
||||||
|
|
|
@ -83,7 +83,7 @@ function updater:check(branch)
|
||||||
log.debug("Commit hash matches");
|
log.debug("Commit hash matches");
|
||||||
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
log.debug(data[1].sha .. " (old) => (new) " .. self.curr_commit_hash);
|
||||||
end
|
end
|
||||||
write(".");
|
|
||||||
return false;
|
return false;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user