Skip to content

Commit 44d7045

Browse files
committed
Fix drivers-evergreen-tools URL
1 parent 617432e commit 44d7045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/.evg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ functions:
9696
# If this was a patch build, doing a fresh clone would not actually test the patch
9797
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
9898
else
99-
git clone https://github.com/rozza/drivers-evergreen-tools.git $DRIVERS_TOOLS
99+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
100100
fi
101101
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
102102

0 commit comments

Comments
 (0)