Skip to content

Commit

Permalink
triggering a build
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Oct 2, 2024
1 parent b39b15e commit ba08a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_geojson_year.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
JAAR="$1"
JAAR=${JAAR:=2022}
JAAR=${JAAR:=2024}

mkdir -p build/rd
mkdir -p build/wgs84
Expand Down

0 comments on commit ba08a20

Please sign in to comment.