Revert "ci: dummy failure to test"

This reverts commit 2bc43bad430209e32a5049a16c56710c4f6e2f7b.
This commit is contained in:
Alexander Courtis
2023-11-25 16:51:10 +11:00
parent 5a01aa8023
commit 1f2e52c39a

View File

@@ -37,7 +37,7 @@ function M.change_root(path, bufnr)
end
-- don't find inexistent
if foo.fn.filereadable(path) == 0 then
if vim.fn.filereadable(path) == 0 then
return
end