Changeset

13710:f7de36fed53c 13.0

prosodyctl: check: Fix variable name (thanks luacheck)
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Feb 2025 16:48:11 +0000
parents 13708:9f8e9aabc00b
children 13711:12e0b61830c8
files util/prosodyctl/check.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/prosodyctl/check.lua	Sat Feb 15 16:38:50 2025 +0000
+++ b/util/prosodyctl/check.lua	Sat Feb 15 16:48:11 2025 +0000
@@ -1476,7 +1476,7 @@
 		end
 	end
 
-	function checks.features(host, quiet)
+	function checks.features(check_host, quiet)
 		if not quiet then
 			print("Feature report");
 		end