Changeset

7212:167dbd29fbeb

prosodyctl: Fix typo (thanks av6)
author Kim Alvefur <zash@zash.se>
date Sun, 28 Feb 2016 18:45:27 +0100
parents 7210:48149ecbb649
children 7213:193e4c65d218
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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