aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-03-09 13:01:11 +0000
committerMatthew Wild <mwild1@gmail.com>2016-03-09 13:01:11 +0000
commit95306eb089a8971df0bd833bfe4b3b18b04ed6cb (patch)
tree892f1f8bd770dd908b158dea3636d762862f0372
parent51aba8fe68050cfcfad2862aa9fb394f3f44002c (diff)
downloadprosody-95306eb089a8971df0bd833bfe4b3b18b04ed6cb.tar.gz
prosody-95306eb089a8971df0bd833bfe4b3b18b04ed6cb.zip
prosodyctl: Fix variable typo [luacheck]
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index e118502c..0d185327 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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