diff options
Diffstat (limited to 'src/bin/luarocks-admin')
-rwxr-xr-x | src/bin/luarocks-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index db746bea..4a85e45b 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -15,4 +15,4 @@ local commands = { | |||
15 | refresh_cache = "luarocks.admin.cmd.refresh_cache", | 15 | refresh_cache = "luarocks.admin.cmd.refresh_cache", |
16 | } | 16 | } |
17 | 17 | ||
18 | cmd.run_command("luarocks-admin", description, commands, "luarocks.admin.cmd.external", ...) | 18 | cmd.run_command(description, commands, "luarocks.admin.cmd.external", ...) |