Small change
This commit is contained in:
@@ -13,7 +13,7 @@ return {
|
||||
local command = { "fd", "-H", "--type", "file" }
|
||||
local ignored = { ".git" }
|
||||
|
||||
for i, v in ipairs(ignored) do
|
||||
for _, v in ipairs(ignored) do
|
||||
table.insert(command, "--exclude")
|
||||
table.insert(command, v)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user