From 837a6fb31cd4a5130f0853bbb808caac85cf1193 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 15 Sep 2017 15:38:11 +0200 Subject: [PATCH] fix travis build in fad8c63 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index eca34eb..fe910e2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -839,7 +839,7 @@ json_header() { else [[ -e "$JSONFILE" ]] && fatal "\"$JSONFILE\" exists. Either use \"--append\" or (re)move it" 1 "$do_json" && echo "[" > "$JSONFILE" - "$do_pretty_json" && echo "{\n" > "$JSONFILE" + "$do_pretty_json" && echo "{" > "$JSONFILE" fi #FIRST_FINDING=false return 0