From 7d115edcbbf58c8b0155713a180ccdd6673d5198 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 21 Jan 2021 19:16:24 +0100 Subject: prosodyctl: Fix copypaste oversight --- prosodyctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosodyctl b/prosodyctl index 37116491..def0b7e2 100755 --- a/prosodyctl +++ b/prosodyctl @@ -87,8 +87,8 @@ function commands.install(arg) 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 -- cgit v1.2.3