From c7554fdba8b8f45115fd5cf55b3edc292f5213e8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 Feb 2025 16:48:11 +0000 Subject: prosodyctl: check: Fix variable name (thanks luacheck) --- util/prosodyctl/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index b601ee8b..a297fea5 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1476,7 +1476,7 @@ local function check(arg) end end - function checks.features(host, quiet) + function checks.features(check_host, quiet) if not quiet then print("Feature report"); end -- cgit v1.2.3