diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-17 14:56:18 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-17 14:56:18 +0100 |
commit | cd0e27c29d94cd3f6993224bd5133638e277f713 (patch) | |
tree | 854df0f45245e2227c3d82dcb6e116020a64cf8f /prosodyctl | |
parent | b8c7ab00a2e544f9ba44e8a20a513145c977be57 (diff) | |
download | prosody-cd0e27c29d94cd3f6993224bd5133638e277f713.tar.gz prosody-cd0e27c29d94cd3f6993224bd5133638e277f713.zip |
prosodyctl: check dns: Whitespace fix in output
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(""); |