chg: sort all entries in jq script

pull/248/head
Raphaël Vinot 2020-04-26 02:14:00 +02:00
parent d9f1db590a
commit 95a9d0abe1
1 changed files with 1 additions and 1 deletions

View File

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