diff options
Diffstat (limited to 'src/bin/luarocks-admin')
| -rwxr-xr-x | src/bin/luarocks-admin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 5db24640..4521ac26 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | local cfg = require("luarocks.core.cfg") | 4 | local cfg = require("luarocks.core.cfg") |
| 5 | 5 | ||
| 6 | local loader = require("luarocks.loader") | 6 | local loader = require("luarocks.loader") |
| 7 | local command_line = require("luarocks.command_line") | 7 | local cmd = require("luarocks.cmd") |
| 8 | 8 | ||
| 9 | program_description = "LuaRocks repository administration interface" | 9 | program_description = "LuaRocks repository administration interface" |
| 10 | 10 | ||
| @@ -16,4 +16,4 @@ commands = { | |||
| 16 | refresh_cache = "luarocks.admin.cmd.refresh_cache", | 16 | refresh_cache = "luarocks.admin.cmd.refresh_cache", |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | command_line.run_command(...) | 19 | cmd.run_command(...) |
