mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix copypaste oversight
This commit is contained in:
parent
d1ace000c7
commit
7d115edcbb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue