prosodyctl
changeset 11138 3e3f22043552
parent 11137 624eafed3343
child 11139 56490ffde93f
--- 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)