aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-01-09 22:14:29 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-09 22:14:29 -0200
commit4ec138869a1543389de638f93e5297ad9a7212d8 (patch)
treea217950812330b97842240209c65c9185d34eb69 /src
parentfec24d3a9ef8650ace58d8c6c967405fadb2fd33 (diff)
downloadluarocks-4ec138869a1543389de638f93e5297ad9a7212d8.tar.gz
luarocks-4ec138869a1543389de638f93e5297ad9a7212d8.tar.bz2
luarocks-4ec138869a1543389de638f93e5297ad9a7212d8.zip
Looks like I ran the test suite locally in the wrong branch
Diffstat (limited to 'src')
-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(...)