diff options
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/luarocks-admin | 1 |
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 | ||
| 11 | commands.help = require("luarocks.help") | 11 | commands.help = require("luarocks.help") |
| 12 | commands.make_manifest = require("luarocks.make_manifest") | 12 | commands.make_manifest = require("luarocks.make_manifest") |
| 13 | commands.add = require("luarocks.add") | ||
| 13 | 14 | ||
| 14 | command_line.run_command(...) | 15 | command_line.run_command(...) |
