# HG changeset patch # User Matthew Wild # Date 1739638091 0 # Node ID f7de36fed53c84f7a12c37b50e1b6a4bd960a02a # Parent 9f8e9aabc00be58c306108edc6517d7463adb777 prosodyctl: check: Fix variable name (thanks luacheck) diff -r 9f8e9aabc00b -r f7de36fed53c util/prosodyctl/check.lua --- 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