aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-10-05 21:24:07 +0200
committerKim Alvefur <zash@zash.se>2020-10-05 21:24:07 +0200
commit898e99680d37c55d867e29693f49f08ce04a22ed (patch)
tree509f620e54a18a6fd2d943e98f17199c5b701494 /prosodyctl
parent1f4d45ecbca29698ac2c1efdfa553580f095505b (diff)
downloadprosody-898e99680d37c55d867e29693f49f08ce04a22ed.tar.gz
prosody-898e99680d37c55d867e29693f49f08ce04a22ed.zip
util.prosodyctl: Move hardcoded luarocks server into prosodyctl
To be replaced with config option in future commit
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 928d2bec..ca631047 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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)