fix: wrong path
This commit is contained in:
@@ -153,9 +153,9 @@ local function fetch(self)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, f in ipairs(self.files) do
|
for _, p in ipairs(paths) do
|
||||||
local name = f.url:name()
|
local s = p:sub(#repo + 2)
|
||||||
changes[name] = changes[name] or 0
|
changes[s] = changes[s] or 0
|
||||||
end
|
end
|
||||||
add(tostring(cwd), repo, changes)
|
add(tostring(cwd), repo, changes)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user