Skip to content

Commit 6e67d87

Browse files
committed
typo
1 parent f9bcabb commit 6e67d87

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 master [email protected]:com:mongodb/libmongocrypt.git libmongocrypt_git
155+
git clone --branch master [email protected]: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)