Skip to content

Commit 0008850

Browse files
committed
fix drivers-tools
1 parent 69aa0f9 commit 0008850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ EOT
8989

9090
# Write the .env file for drivers-tools.
9191
rm -rf $DRIVERS_TOOLS
92-
git clone --branch reinterpret-latest https://github.com/kevinAlbs/drivers-evergreen-tools.git $DRIVERS_TOOLS
92+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
9393

9494
cat <<EOT > ${DRIVERS_TOOLS}/.env
9595
SKIP_LEGACY_SHELL=1

0 commit comments

Comments
 (0)