diff options
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |