Skip to content

Commit

Permalink
tarantoolctl: fix luarocks warnings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x501D committed Oct 10, 2023
1 parent 8ebb3aa commit fb7de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarantoolctl
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ local function rocks()
config = "luarocks.cmd.config",
doc = "luarocks.cmd.doc",
download = "luarocks.cmd.download",
help = "luarocks.cmd.help",
help = pcall(require, "luarocks.cmd.help") and "luarocks.cmd.help" or nil,
init = "luarocks.cmd.init",
install = "luarocks.cmd.install",
lint = "luarocks.cmd.lint",
Expand Down

0 comments on commit fb7de29

Please sign in to comment.