Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix kos-registry.ndjson
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Sep 3, 2019
1 parent a54d3ae commit 7537045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $< > $@
Expand Down

0 comments on commit 7537045

Please sign in to comment.