We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337b122 commit 7a8c769Copy full SHA for 7a8c769
1 file changed
scripts/pull-static
@@ -5,7 +5,7 @@ set -e
5
VERSION="1.5.0"
6
SRC="https://cdn.jsdelivr.net/npm/@radiantearth/stac-fields@$VERSION/fields-normalized.json"
7
HERE=$(dirname "$0")
8
-DEST=$(dirname "$HERE")/pystac/static/fields-normalized.json
+DEST=$(dirname "$HERE")/core/pystac/static/fields-normalized.json
9
10
echo "Pulling fields-normalized.json from cdn to $DEST"
11
curl "$SRC" | jq -c '{metadata: .metadata}' > "$DEST"
0 commit comments