Skip to content

Commit d424b0c

Browse files
authored
Merge pull request #1711 from dcooper16/fix1699
Fix #1699
2 parents 09fb279 + 3973bc3 commit d424b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ fileout_pretty_json_banner() {
12291229
fileout_banner() {
12301230
if "$JSONHEADER"; then
12311231
# "$do_json" && # here we maybe should add a banner, too
1232-
"$do_pretty_json" && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
1232+
"$do_pretty_json" && FIRST_FINDING=true && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
12331233
fi
12341234
}
12351235

0 commit comments

Comments
 (0)