Skip to content

Commit 9c42e8a

Browse files
committed
-LO
1 parent e753dab commit 9c42e8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bindings/python/scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function get_libmongocrypt() {
3535
TARGET=$1
3636
MONGOCRYPT_SO=$2
3737
rm -rf build libmongocrypt pymongocrypt/*.so pymongocrypt/*.dll pymongocrypt/*.dylib
38-
curl -O https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION}/libmongocrypt-${TARGET}-${LIBMONGOCRYPT_VERSION}.tar.gz
39-
curl -O https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION}/libmongocrypt-${TARGET}-${LIBMONGOCRYPT_VERSION}.asc
38+
curl -LO https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION}/libmongocrypt-${TARGET}-${LIBMONGOCRYPT_VERSION}.tar.gz
39+
curl -LO https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION}/libmongocrypt-${TARGET}-${LIBMONGOCRYPT_VERSION}.asc
4040

4141
# Download the public key, import it, and verify the signature
4242
curl -LO https://pgp.mongodb.com/libmongocrypt.pub

0 commit comments

Comments
 (0)