diff options
author | Kim Alvefur <zash@zash.se> | 2020-10-05 21:24:07 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-10-05 21:24:07 +0200 |
commit | 28aadca557b90b2a3a981aecd4626b577c002346 (patch) | |
tree | 509f620e54a18a6fd2d943e98f17199c5b701494 /prosodyctl | |
parent | b74859e35c353452264b0f44704049932ae0e37a (diff) | |
download | prosody-28aadca557b90b2a3a981aecd4626b577c002346.tar.gz prosody-28aadca557b90b2a3a981aecd4626b577c002346.zip |
util.prosodyctl: Move hardcoded luarocks server into prosodyctl
To be replaced with config option in future commit
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ function commands.install(arg) 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) |