prosodyctl
changeset 7215 167dbd29fbeb
parent 7213 48149ecbb649
child 7216 193e4c65d218
--- a/prosodyctl	Sun Feb 28 18:24:12 2016 +0100
+++ b/prosodyctl	Sun Feb 28 18:45:27 2016 +0100
@@ -1223,7 +1223,7 @@
 					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