diff options
author | Jo?o Duarte <jvsDuarte08@gmail.com> | 2019-08-01 04:16:00 -0700 |
---|---|---|
committer | Jo?o Duarte <jvsDuarte08@gmail.com> | 2019-08-01 04:16:00 -0700 |
commit | f93f3a10cdb1ed0db62dac40096df10cd0a0e0dc (patch) | |
tree | f60acad6a82bbc2b4b915d38293a06283d92a022 /util/prosodyctl.lua | |
parent | 1cb49b2aa393153c36fb9edeb682c6fd1078e8fc (diff) | |
download | prosody-f93f3a10cdb1ed0db62dac40096df10cd0a0e0dc.tar.gz prosody-f93f3a10cdb1ed0db62dac40096df10cd0a0e0dc.zip |
util.prosodyctl: Changed a comment
Diffstat (limited to 'util/prosodyctl.lua')
-rw-r--r-- | util/prosodyctl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl.lua b/util/prosodyctl.lua index bf65e396..c6abc02f 100644 --- a/util/prosodyctl.lua +++ b/util/prosodyctl.lua @@ -289,7 +289,7 @@ local function reload() end local function get_path_custom_plugins(plugin_paths) - -- I'm considering that we are using just one path to custom plugins, and it is the first in prosody.paths.plugins, for now + -- I'm considering that the custom plugins' path is the first one at prosody.paths.plugins -- luacheck: ignore 512 for path in plugin_paths:gmatch("[^;]+") do return path; |