From b97788ba7350e6cc383c09e0845086edc0c53f3c Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 15 Jan 2016 17:30:47 +0100 Subject: [PATCH] typo fixed --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 76705e4..471166a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2352,7 +2352,7 @@ determine_trust() { pr_litegreen "Ok " # at least one failed else - pr_ed "NOT ok" + pr_red "NOT ok" # all failed (we assume with the same issue) if ! ${trust[1]} && ! ${trust[2]} && ! ${trust[3]} && ! ${trust[4]}; then verify_retcode_helper "${verify_retcode[2]}" @@ -5905,4 +5905,4 @@ fi exit $? -# $Id: testssl.sh,v 1.437 2016/01/15 16:04:15 dirkw Exp $ +# $Id: testssl.sh,v 1.438 2016/01/15 16:30:46 dirkw Exp $