Skip to content

Commit 7a8c769

Browse files
authored
fix: pull static script (#1692)
1 parent 337b122 commit 7a8c769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pull-static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
VERSION="1.5.0"
66
SRC="https://cdn.jsdelivr.net/npm/@radiantearth/stac-fields@$VERSION/fields-normalized.json"
77
HERE=$(dirname "$0")
8-
DEST=$(dirname "$HERE")/pystac/static/fields-normalized.json
8+
DEST=$(dirname "$HERE")/core/pystac/static/fields-normalized.json
99

1010
echo "Pulling fields-normalized.json from cdn to $DEST"
1111
curl "$SRC" | jq -c '{metadata: .metadata}' > "$DEST"

0 commit comments

Comments
 (0)