Software /
code /
prosody
Diff
prosodyctl @ 11134:3e3f22043552
util.prosodyctl: Move hardcoded luarocks server into prosodyctl
To be replaced with config option in future commit
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 05 Oct 2020 21:24:07 +0200 |
parent | 11133:624eafed3343 |
child | 11135:56490ffde93f |
line wrap: on
line diff
--- a/prosodyctl Mon Oct 05 21:17:29 2020 +0200 +++ b/prosodyctl Mon Oct 05 21:24:07 2020 +0200 @@ -78,7 +78,7 @@ show_usage([[install]], [[Installs a prosody/luarocks plugin]]); return 1; end - call_luarocks("install", arg[1]); + call_luarocks("install", arg[1], "http://localhost/"); end function commands.remove(arg)