mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosodyctl: check: Fix variable name (thanks luacheck)
This commit is contained in:
parent
500d0df0a4
commit
c7554fdba8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue