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 @@ -97,7 +97,7 @@ functions:
97
97
# If this was a patch build, doing a fresh clone would not actually test the patch
98
98
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
99
99
else
100
- git clone git ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
100
+ git clone https ://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
101
101
fi
102
102
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
103
103
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 @@ -83,7 +83,7 @@ If you'd rather install directly from the source (i.e. to stay on the
83
83
bleeding edge), install the C extension dependencies then check out the
84
84
latest source from GitHub and install the driver from the resulting tree::
85
85
86
- $ git clone git ://github.com/mongodb/mongo-python-driver.git pymongo
86
+ $ git clone https ://github.com/mongodb/mongo-python-driver.git pymongo
87
87
$ cd pymongo/
88
88
$ python3 setup.py install
89
89
You can’t perform that action at this time.
0 commit comments