Skip to content

Commit 2af7276

Browse files
committed
small cleanup
1 parent 1b4777c commit 2af7276

File tree

6 files changed

+2518
-2432
lines changed

6 files changed

+2518
-2432
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data/gemeinden.json: data/gemeinden.csv
1414
data/gemeinden.csv: build/gemeinden-clean.gpkg
1515
mkdir -p $(dir $@)
1616
ogr2ogr -f CSV $@ $<
17-
sed -i .bkp 's/ [(][A-Z][A-Z][)]//g' $@
17+
sed -i.bkp 's/ [(][A-Z][A-Z][)]//g' $@
1818

1919
build/gemeinden-clean.gpkg: build/gemeinden.gpkg
2020
mkdir -p $(dir $@)

0 commit comments

Comments
 (0)