aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-28 18:45:27 +0100
committerKim Alvefur <zash@zash.se>2016-02-28 18:45:27 +0100
commit838155583d05d55b73895d16bc6b3b128da8fea7 (patch)
treec424f41eaf9df8010eeebe843eff76cb83e5c374 /prosodyctl
parent4ae28434fa7f40619b6f4426f89f8e14ee900ca5 (diff)
downloadprosody-838155583d05d55b73895d16bc6b3b128da8fea7.tar.gz
prosody-838155583d05d55b73895d16bc6b3b128da8fea7.zip
prosodyctl: Fix typo (thanks av6)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index de397ccf..1d423b8c 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -1223,7 +1223,7 @@ function commands.check(arg)
print(" No 'certificate' found for "..host)
cert_ok = false
elseif not ssl_config.key then
- print(" No 'key' found for for "..host)
+ print(" No 'key' found for "..host)
cert_ok = false
else
local key, err = io.open(ssl_config.key); -- Permissions check only