diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-07-27 14:25:05 -0400 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-07-27 14:25:05 -0400 |
commit | d305ad9eda1ab8cd61b65a4e5f6b85a4a40c6655 (patch) | |
tree | edd1e856a45bbff4dca41dff94307a49cde66e13 /prosodyctl | |
parent | 28a836f61cf864c764449bf8845a6c017d94e6dc (diff) | |
download | prosody-d305ad9eda1ab8cd61b65a4e5f6b85a4a40c6655.tar.gz prosody-d305ad9eda1ab8cd61b65a4e5f6b85a4a40c6655.zip |
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(""); |