Diff

util/prosodyctl/check.lua @ 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
parent 13708:9f8e9aabc00b
child 13717:4f173a44370b
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