Skip to content

Commit

Permalink
fix typo in upload
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasaurus committed Feb 2, 2024
1 parent fc04c29 commit 58a0c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to convert all geojsons t

SECONDS=0
rm -fv tmp.planet-loops.geojson
make planet-loops.pmtiles planet-loops.geojsons planet-ends.pmtiles planet-ends.geojsons planet-ends.geojson.gz
make planet-loops.pmtiles planet-loops.geojsons planet-ends.pmtiles planet-ends.geojsons planet-ends.geojsons.gz
echo "Took $(units ${SECONDS}sec time) (${SECONDS}sec) to calculate loops & ends"

echo "All data files generated"
Expand Down

0 comments on commit 58a0c0c

Please sign in to comment.