mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix typo'd variable name [luacheck]
This commit is contained in:
parent
413055c14d
commit
099f11bf9f
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ function commands.check(arg)
|
|||
else
|
||||
if c2s_srv_required then
|
||||
print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one.");
|
||||
all_targst_ok = false;
|
||||
all_targets_ok = false;
|
||||
else
|
||||
target_hosts:add(host);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue