Changeset

10191:395ce57dccdf

util.prosodyctl: Changed a comment
author João Duarte <jvsDuarte08@gmail.com>
date Thu, 01 Aug 2019 04:16:00 -0700
parents 10190:f506964a1123
children 10192:761ff113c741
files util/prosodyctl.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;