Software /
code /
prosody
Diff
util/prosodyctl.lua @ 10191:395ce57dccdf
util.prosodyctl: Changed a comment
author | João Duarte <jvsDuarte08@gmail.com> |
---|---|
date | Thu, 01 Aug 2019 04:16:00 -0700 |
parent | 10189:d311168c71d1 |
child | 10208:219a4958673d |
line wrap: on
line diff
--- 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;