aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJoão Duarte <jvsDuarte08@gmail.com>2019-08-01 04:16:00 -0700
committerJoão Duarte <jvsDuarte08@gmail.com>2019-08-01 04:16:00 -0700
commitee4ae338f9f6f4cbb162ff5c77c9873a38be8b33 (patch)
treef60acad6a82bbc2b4b915d38293a06283d92a022 /util
parent3fe8683f5ec784091353788cf7f1b722747e489a (diff)
downloadprosody-ee4ae338f9f6f4cbb162ff5c77c9873a38be8b33.tar.gz
prosody-ee4ae338f9f6f4cbb162ff5c77c9873a38be8b33.zip
util.prosodyctl: Changed a comment
Diffstat (limited to 'util')
-rw-r--r--util/prosodyctl.lua2
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;