Skip to content

Commit 4319846

Browse files
committed
fix(rocks): lua-5.1. Closes #1575
1 parent 60fe75c commit 4319846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/pkg/rockspec.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function M.check(opts)
9090
ok = Health.have("luarocks", opts)
9191
ok = (
9292
Health.have(
93-
{ "lua5.1", "lua" },
93+
{ "lua5.1", "lua", "lua-5.1" },
9494
vim.tbl_extend("force", opts, {
9595
version = "-v",
9696
version_pattern = "5.1",

0 commit comments

Comments
 (0)