aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks-admin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 826597f6..c35e8b93 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -10,5 +10,6 @@ commands = {
10 10
11commands.help = require("luarocks.help") 11commands.help = require("luarocks.help")
12commands.make_manifest = require("luarocks.make_manifest") 12commands.make_manifest = require("luarocks.make_manifest")
13commands.add = require("luarocks.add")
13 14
14command_line.run_command(...) 15command_line.run_command(...)