# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1611253395 -3600
# Node ID d7f0dc727a47dc997b510420e0b3da8d634aeaec
# Parent  d0d64655e584ee73ff3c9f6e38c50b2607f9d678
prosodyctl: Add reference to #1602 (plugin installer docs) in comment

diff -r d0d64655e584 -r d7f0dc727a47 prosodyctl
--- a/prosodyctl	Thu Jan 21 19:20:08 2021 +0100
+++ b/prosodyctl	Thu Jan 21 19:23:15 2021 +0100
@@ -83,6 +83,7 @@
 	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);