diff -r 287d0d80aa57 -r 624eafed3343 util/prosodyctl.lua --- a/util/prosodyctl.lua Mon Oct 05 21:13:23 2020 +0200 +++ b/util/prosodyctl.lua Mon Oct 05 21:17:29 2020 +0200 @@ -227,7 +227,7 @@ local render_cli = interpolation.new("%b{}", function (s) return "'"..s:gsub("'","'\\''").."'" end) -local function call_luarocks(mod, operation) +local function call_luarocks(operation, mod) local dir = get_path_custom_plugins(prosody.paths.plugins); if operation == "install" then show_message("Installing %s at %s", mod, dir);