Skip to content

Commit 2bc43ba

Browse files
committed
ci: dummy failure to test
1 parent 15d22e9 commit 2bc43ba

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 vim.fn.filereadable(path) == 0 then
46+
if foo.fn.filereadable(path) == 0 then
4747
return
4848
end
4949

0 commit comments

Comments
 (0)