diff --git a/jq_all_the_things.sh b/jq_all_the_things.sh index ad80ca2..a7f6b7b 100755 --- a/jq_all_the_things.sh +++ b/jq_all_the_things.sh @@ -19,7 +19,7 @@ set -x for dir in objects/*/definition.json do - cat ${dir} | jq . | sponge ${dir} + cat ${dir} | jq -S -j . | sponge ${dir} done cat relationships/definition.json | jq . | sponge relationships/definition.json