aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index e94d895f..aaafb905 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -20,5 +20,6 @@ commands.path = require("luarocks.path")
20commands.show = require("luarocks.show") 20commands.show = require("luarocks.show")
21commands.new_version = require("luarocks.new_version") 21commands.new_version = require("luarocks.new_version")
22commands.lint = require("luarocks.lint") 22commands.lint = require("luarocks.lint")
23commands.purge = require("luarocks.purge")
23 24
24command_line.run_command(...) 25command_line.run_command(...)