util.prosodyctl: Move hardcoded luarocks server into prosodyctl

To be replaced with config option in future commit
This commit is contained in:
Kim Alvefur 2020-10-05 21:24:07 +02:00
parent b74859e35c
commit 28aadca557
2 changed files with 3 additions and 3 deletions

View file

@ -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)