prosodyctl
changeset 11301 2e9d4c517919
parent 11299 50ea7d9143ad
child 11304 d0d64655e584
--- a/prosodyctl	Thu Jan 21 19:15:28 2021 +0100
+++ b/prosodyctl	Thu Jan 21 19:16:24 2021 +0100
@@ -87,8 +87,8 @@
 		return 1;
 	end
 	local ret = call_luarocks("install", arg[1], server);
-	if ret == 0 and operation == "install" then
-		show_module_configuration_help(mod);
+	if ret == 0 then
+		prosodyctl.show_module_configuration_help(arg[1]);
 	end
 	return ret;
 end