aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-07-27 14:25:05 -0400
committerMatthew Wild <mwild1@gmail.com>2011-07-27 14:25:05 -0400
commit28b366799e638afa66eddb1fe103c528c4414569 (patch)
treeedd1e856a45bbff4dca41dff94307a49cde66e13 /prosodyctl
parent8d564b35827c279bf9ea8d2a20c62c3241c5820e (diff)
downloadprosody-28b366799e638afa66eddb1fe103c528c4414569.tar.gz
prosody-28b366799e638afa66eddb1fe103c528c4414569.zip
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 37e95586..bb90b685 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -516,7 +516,7 @@ function commands.about(arg)
end
print("");
local luarocks_status = (pcall(require, "luarocks.loader") and "Installed ("..(luarocks.cfg.program_version or "2.x+")..")")
- or (pcall(require, "luarocks.require") and "Installed (1.x+)")
+ or (pcall(require, "luarocks.require") and "Installed (1.x)")
or "Not installed";
print("LuaRocks: ", luarocks_status);
print("");