diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-21 19:23:15 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-21 19:23:15 +0100 |
commit | ed63f7f10b384e9cbd8b2ceac11a884979ae7ca1 (patch) | |
tree | 790e673d4563221c147510f1858def798a5115c6 | |
parent | d35c2451b86a6f2c0c9a4fd86f4cbefe0bfbf344 (diff) | |
download | prosody-ed63f7f10b384e9cbd8b2ceac11a884979ae7ca1.tar.gz prosody-ed63f7f10b384e9cbd8b2ceac11a884979ae7ca1.zip |
prosodyctl: Add reference to #1602 (plugin installer docs) in comment
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |