Skip to content

Commit 9de58b6

Browse files
committed
use master
1 parent 4994727 commit 9de58b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if [ -n "$TEST_ENCRYPTION" ]; then
152152
exit 1
153153
fi
154154

155-
git clone --branch PYTHON-2371/new-fle-keystores git@github.com:prashantmital/libmongocrypt.git libmongocrypt_git
155+
git clone --branch master git@github.com:com:mongodb/libmongocrypt.git libmongocrypt_git
156156
$PYTHON -m pip install --upgrade ./libmongocrypt_git/bindings/python
157157
# TODO: use a virtualenv
158158
trap "$PYTHON -m pip uninstall -y pymongocrypt" EXIT HUP

0 commit comments

Comments
 (0)