ci: dummy failure to test

This commit is contained in:
Alexander Courtis
2023-11-25 16:50:23 +11:00
parent df807c434b
commit 5a01aa8023

View File

@@ -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