Skip to content

Commit 2b241f7

Browse files
authored
fix typo in health.lua (#933)
1 parent 14d76aa commit 2b241f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/lazy/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function M.check()
1414
if vim.fn.executable("git") == 1 then
1515
ok("Git installed")
1616
else
17-
error("Git not installd?")
17+
error("Git not installed?")
1818
end
1919

2020
local sites = vim.opt.packpath:get()

0 commit comments

Comments
 (0)