From b1ef3a020f5f3c65e612af10e2b0ca17bd9db07a Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 20 Apr 2020 22:48:31 +0200 Subject: [PATCH] add single blank for pretty JSON --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index befcc21..12f7ae8 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1121,7 +1121,7 @@ fileout_json_section() { 9) echo -e ",\n \"vulnerabilities\" : [" ;; 10) echo -e ",\n \"cipherTests\" : [" ;; 11) echo -e ",\n \"browserSimulations\": [" ;; - 12) echo -e ",\n \"rating\" : [" ;; + 12) echo -e ",\n \"rating\" : [" ;; *) echo "invalid section" ;; esac }