Skip to content

Commit 9459193

Browse files
last comment
1 parent 063da4d commit 9459193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/install-zstd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clean_deps() {
88
download_zstd() {
99
rm -rf deps
1010
mkdir -p deps/zstd
11-
ZSTD_VERSION=$(node -p "require('./package.json').zstd_version")
11+
ZSTD_VERSION=$(node -p "require('./package.json')['mongodb:zstd_version']")
1212

1313
curl -L "https://github.com/facebook/zstd/releases/download/v$ZSTD_VERSION/zstd-$ZSTD_VERSION.tar.gz" \
1414
| tar -zxf - -C deps/zstd --strip-components 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
4
5252
]
5353
},
54-
"zstd_version": "1.5.6"
54+
"mongodb:zstd_version": "1.5.6"
5555
}

0 commit comments

Comments
 (0)