mirror of https://github.com/MISP/misp-objects
chg: Sort relationships
parent
95a9d0abe1
commit
f12b2ecf29
|
@ -22,7 +22,7 @@ do
|
||||||
cat ${dir} | jq -S -j . | sponge ${dir}
|
cat ${dir} | jq -S -j . | sponge ${dir}
|
||||||
done
|
done
|
||||||
|
|
||||||
cat relationships/definition.json | jq . | sponge relationships/definition.json
|
cat relationships/definition.json | jq -S -j . | sponge relationships/definition.json
|
||||||
|
|
||||||
cat schema_objects.json | jq . | sponge schema_objects.json
|
cat schema_objects.json | jq . | sponge schema_objects.json
|
||||||
cat schema_relationships.json | jq . | sponge schema_relationships.json
|
cat schema_relationships.json | jq . | sponge schema_relationships.json
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue