aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-05-17 14:56:18 +0100
committerMatthew Wild <mwild1@gmail.com>2013-05-17 14:56:18 +0100
commitad9525152440cec194c1c3f8effae68a27e719d6 (patch)
tree854df0f45245e2227c3d82dcb6e116020a64cf8f /prosodyctl
parent45e58c98b5e4602efaf1d24ec6d23d07d67b006a (diff)
downloadprosody-ad9525152440cec194c1c3f8effae68a27e719d6.tar.gz
prosody-ad9525152440cec194c1c3f8effae68a27e719d6.zip
prosodyctl: check dns: Whitespace fix in output
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index e0114e3a..f5763f92 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -957,9 +957,9 @@ function commands.check(arg)
if is_component then
print(" DNS records are necessary if you want users on other servers to access this component.");
end
- print("");
problem_hosts:add(host);
end
+ print("");
end
if not problem_hosts:empty() then
print("");