prosodyctl: Add reference to #1602 (plugin installer docs) in comment
authorKim Alvefur <zash@zash.se>
Thu, 21 Jan 2021 19:23:15 +0100
changeset 11305 d7f0dc727a47
parent 11304 d0d64655e584
child 11306 6bb2986783d0
prosodyctl: Add reference to #1602 (plugin installer docs) in comment
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);