diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-09 22:14:29 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-09 22:14:29 -0200 |
commit | 4ec138869a1543389de638f93e5297ad9a7212d8 (patch) | |
tree | a217950812330b97842240209c65c9185d34eb69 /src | |
parent | fec24d3a9ef8650ace58d8c6c967405fadb2fd33 (diff) | |
download | luarocks-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-x | src/bin/luarocks | 1 |
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 | ||
28 | command_line.run_command(...) | 27 | command_line.run_command(...) |