fix travis build in fad8c63

This commit is contained in:
Dirk 2017-09-15 15:38:11 +02:00
parent fad8c631ef
commit 837a6fb31c
1 changed files with 1 additions and 1 deletions

View File

@ -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