Skip to content

Commit

Permalink
[jsoncpp] Update prepare_corpus.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apach301 authored Dec 3, 2024
1 parent 59db949 commit 36029ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jsoncpp/prepare_corpus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ for filename in /corpus/*.json; do
echo "";
echo "Try to process: ${filename}";
name=${filename##*}
/pack/json_packer "${filename}" "/proto${filename}.pb" "-l" || true;
/pack/json_packer "${filename}" "/proto${filename}.pb" "--to-proto" || true;
done

0 comments on commit 36029ff

Please sign in to comment.