diff --git a/.evergreen/prepare-shell.sh b/.evergreen/prepare-shell.sh index 98bb0e9948..4e2cfb0eaf 100644 --- a/.evergreen/prepare-shell.sh +++ b/.evergreen/prepare-shell.sh @@ -31,7 +31,7 @@ export PATH="$MONGODB_BINARIES:$PATH" if [ ! -d "$DRIVERS_TOOLS" ]; then # Only clone driver tools if it does not exist - git clone --branch DRIVERS-2416 --depth=1 "https://github.com/blink1073/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" + git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" fi cat < "$MONGO_ORCHESTRATION_HOME/orchestration.config"