fix(rocks): lua-5.1. Closes #1575

This commit is contained in:
Folke Lemaitre 2024-06-28 16:07:49 +02:00
parent 60fe75c88d
commit 4319846b8c
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -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",