diff options
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 9c190175..b85fbc7c 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -16,7 +16,7 @@ commands = { | |||
16 | remove = "luarocks.remove", | 16 | remove = "luarocks.remove", |
17 | make = "luarocks.make", | 17 | make = "luarocks.make", |
18 | download = "luarocks.download", | 18 | download = "luarocks.download", |
19 | path = "luarocks.path_command", | 19 | path = "luarocks.path_cmd", |
20 | show = "luarocks.show", | 20 | show = "luarocks.show", |
21 | new_version = "luarocks.new_version", | 21 | new_version = "luarocks.new_version", |
22 | lint = "luarocks.lint", | 22 | lint = "luarocks.lint", |