From 5a01aa802396a0a56b04e787a11373b20535c37a Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 25 Nov 2023 16:50:23 +1100 Subject: [PATCH] ci: dummy failure to test --- lua/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-tree.lua b/lua/nvim-tree.lua index ce9837e9..48771b21 100644 --- a/lua/nvim-tree.lua +++ b/lua/nvim-tree.lua @@ -37,7 +37,7 @@ function M.change_root(path, bufnr) end -- don't find inexistent - if vim.fn.filereadable(path) == 0 then + if foo.fn.filereadable(path) == 0 then return end