File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 git ://github.com/mongodb-labs/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
Original file line number Diff line number Diff 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 git ://github.com/mongodb-labs/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
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ If you'd rather install directly from the source (i.e. to stay on the
125125bleeding edge), install the C extension dependencies then check out the
126126latest source from GitHub and install the driver from the resulting tree::
127127
128- $ git clone git ://github.com/mongodb/mongo-python-driver.git pymongo
128+ $ git clone https ://github.com/mongodb/mongo-python-driver.git pymongo
129129 $ cd pymongo/
130130 $ python setup.py install
131131
You can’t perform that action at this time.
0 commit comments