Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Sep 19, 2024
1 parent 6a5acff commit 93d0fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
exit 1
fi

DIR="${GEOJSON_DATA}/output"
DIR="${GEOJSON_DATA_ROOTDIR}/output"
if [ -d "$DIR" ]; then
cp "$DIR"/facet_mapping_regions.yml .
else
Expand Down

0 comments on commit 93d0fc0

Please sign in to comment.