diff options
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/luarocks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 1397bbd0..e94d895f 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
| @@ -19,5 +19,6 @@ commands.download = require("luarocks.download") | |||
| 19 | commands.path = require("luarocks.path") | 19 | commands.path = require("luarocks.path") |
| 20 | commands.show = require("luarocks.show") | 20 | commands.show = require("luarocks.show") |
| 21 | commands.new_version = require("luarocks.new_version") | 21 | commands.new_version = require("luarocks.new_version") |
| 22 | commands.lint = require("luarocks.lint") | ||
| 22 | 23 | ||
| 23 | command_line.run_command(...) | 24 | command_line.run_command(...) |
