aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-21 19:23:15 +0100
committerKim Alvefur <zash@zash.se>2021-01-21 19:23:15 +0100
commite073b8548705e56586c969165a9f87c455437483 (patch)
tree790e673d4563221c147510f1858def798a5115c6
parent99db323c2a3d36093f8c96361511970c169a2fea (diff)
downloadprosody-e073b8548705e56586c969165a9f87c455437483.tar.gz
prosody-e073b8548705e56586c969165a9f87c455437483.zip
prosodyctl: Add reference to #1602 (plugin installer docs) in comment
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 898ea1ce..07df69b6 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -83,6 +83,7 @@ function commands.install(arg)
if not server then
show_warning("There is no 'plugin_server' option in the configuration file");
-- see https://prosody.im/doc/TODO documentation
+ -- #1602
return 1;
end
show_message("Installing %s in %s", arg[1], prosody.paths.installer);