Merge pull request #2142 from dcooper16/fix_flat_json
Fix flat JSON file
This commit is contained in:
commit
fc07b379d0
|
@ -1313,8 +1313,8 @@ fileout_insert_warning() {
|
|||
else
|
||||
echo -e ", " >>"$JSONFILE"
|
||||
fi
|
||||
FIRST_FINDING=true
|
||||
fi
|
||||
FIRST_FINDING=true
|
||||
}
|
||||
|
||||
fileout_csv_finding() {
|
||||
|
|
Loading…
Reference in New Issue