# HG changeset patch # User João Duarte # Date 1564658160 25200 # Node ID 395ce57dccdfa05209c591ae8b65c428c1460e6e # Parent f506964a1123b310494631870c4e6fada98834bb util.prosodyctl: Changed a comment diff -r f506964a1123 -r 395ce57dccdf util/prosodyctl.lua --- a/util/prosodyctl.lua Wed Jul 31 11:13:14 2019 -0700 +++ b/util/prosodyctl.lua Thu Aug 01 04:16:00 2019 -0700 @@ -289,7 +289,7 @@ 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;