Skip to content

Commit 9ce0cf0

Browse files
committed
ci: update minit.lua
1 parent 4bbad87 commit 9ce0cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minit.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
vim.env.LAZY_STDPATH = ".tests"
44
vim.env.LAZY_PATH = vim.fs.normalize("~/projects/lazy.nvim")
55

6-
if vim.fn.isdirectory(vim.env.LAZY_PATH) then
6+
if vim.fn.isdirectory(vim.env.LAZY_PATH) == 1 then
77
loadfile(vim.env.LAZY_PATH .. "/bootstrap.lua")()
88
else
99
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"), "bootstrap.lua")()

0 commit comments

Comments
 (0)