prosodyctl: check: Fix variable name (thanks luacheck)

This commit is contained in:
Matthew Wild 2025-02-15 16:48:11 +00:00
parent 500d0df0a4
commit c7554fdba8

View file

@ -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