mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +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
|
||||||
end
|
end
|
||||||
|
|
||||||
function checks.features(host, quiet)
|
function checks.features(check_host, quiet)
|
||||||
if not quiet then
|
if not quiet then
|
||||||
print("Feature report");
|
print("Feature report");
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue