Skip to content

Commit 55c774b

Browse files
committed
Revert "ci: dummy failure to test"
This reverts commit 2bc43ba.
1 parent 2bc43ba commit 55c774b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function M.change_root(path, bufnr)
4343
end
4444

4545
-- don't find inexistent
46-
if foo.fn.filereadable(path) == 0 then
46+
if vim.fn.filereadable(path) == 0 then
4747
return
4848
end
4949

0 commit comments

Comments
 (0)