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:
96
96
# If this was a patch build, doing a fresh clone would not actually test the patch
97
97
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
98
98
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
100
100
fi
101
101
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
102
102
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ functions:
96
96
# If this was a patch build, doing a fresh clone would not actually test the patch
97
97
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
98
98
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
100
100
fi
101
101
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
102
102
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
125
125
bleeding edge), install the C extension dependencies then check out the
126
126
latest source from GitHub and install the driver from the resulting tree::
127
127
128
- $ git clone git ://github.com/mongodb/mongo-python-driver.git pymongo
128
+ $ git clone https ://github.com/mongodb/mongo-python-driver.git pymongo
129
129
$ cd pymongo/
130
130
$ python setup.py install
131
131
You can’t perform that action at this time.
0 commit comments