aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/bin/luarocks1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index e9cfc349..72f04c83 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -22,7 +22,6 @@ commands = {
22 lint = "luarocks.lint", 22 lint = "luarocks.lint",
23 write_rockspec = "luarocks.write_rockspec", 23 write_rockspec = "luarocks.write_rockspec",
24 purge = "luarocks.purge", 24 purge = "luarocks.purge",
25 doc = "luarocks.doc",
26} 25}
27 26
28command_line.run_command(...) 27command_line.run_command(...)