Changeset

11301:d7f0dc727a47

prosodyctl: Add reference to #1602 (plugin installer docs) in comment
author Kim Alvefur <zash@zash.se>
date Thu, 21 Jan 2021 19:23:15 +0100
parents 11300:d0d64655e584
children 11302:6bb2986783d0
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);