Skip to content

Commit

Permalink
Update download-style-spec.sh (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Feb 27, 2024
1 parent 25c418a commit f520a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-style-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [ -e "./${FILENAME}" ]; then
fi

echo "Fetching new style spec ${FILENAME}"
curl -sS https://raw.githubusercontent.com/maplibre/maplibre-gl-js/master/src/style-spec/reference/${FILENAME} -o ${FILENAME}
curl -sS https://raw.githubusercontent.com/maplibre/maplibre-style-spec/main/src/reference/${FILENAME} -o ${FILENAME}
cd ..

0 comments on commit f520a11

Please sign in to comment.