aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index dea588a2..477ddcfe 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -219,7 +219,7 @@ function commands.enabled_plugins(arg)
return 1;
end
for module in modulemanager.get_modules_for_host() do
- show_warning("%s", module)
+ show_warning("%s", module)
end
end