Skip to content

Commit

Permalink
fix(rocks): lua-5.1. Closes #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 28, 2024
1 parent 60fe75c commit 4319846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/pkg/rockspec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function M.check(opts)
ok = Health.have("luarocks", opts)
ok = (
Health.have(
{ "lua5.1", "lua" },
{ "lua5.1", "lua", "lua-5.1" },
vim.tbl_extend("force", opts, {
version = "-v",
version_pattern = "5.1",
Expand Down

0 comments on commit 4319846

Please sign in to comment.