diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-15 16:48:45 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-15 16:48:45 +0000 |
commit | 8a12586fc7a55d48a8aec00e970094b84427d2b7 (patch) | |
tree | 7da0782c86b27989635b68fa1bacff5fabe96383 /util | |
parent | 645c9dfca864a1691a5222d9379fa5b66007ad92 (diff) | |
parent | bdc573f17b711a0b27632ccb83629134132adfc1 (diff) | |
download | prosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.tar.gz prosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.zip |
Merge 13.0->trunk
Diffstat (limited to 'util')
-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 |