aboutsummaryrefslogtreecommitdiff
path: root/src/bin/luarocks-admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/luarocks-admin')
-rwxr-xr-xsrc/bin/luarocks-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index e27b8c01..77a51872 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -13,4 +13,4 @@ local commands = {
13 refresh_cache = "luarocks.admin.cmd.refresh_cache", 13 refresh_cache = "luarocks.admin.cmd.refresh_cache",
14} 14}
15 15
16cmd.run_command(description, commands, ...) 16cmd.run_command(description, commands, "luarocks.admin.cmd.external", ...)