From 7537045013f46db29f34f78bf1a31f560b37f120 Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Tue, 3 Sep 2019 10:23:37 +0200 Subject: [PATCH] Fix kos-registry.ndjson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d1787c..30bebe6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ dante.ndjson: curl -sk https://api.dante.gbv.de/voc/ | jq -c .[] > $@ kos-registry.ndjson: kos.ndjson dante.ndjson wikidata.ndjson - ./combine.js $? | jq --sort-keys . > $@ + ./combine.js $? | jq --sort-keys -c . > $@ registry.ndjson: registry.yaml ./yaml2ndjson.js registry $< > $@