Skip to content

Commit 3d9395e

Browse files
author
rubicks
committed
edits .gitmodules, fixes libbson url
was getting socket error timeouts on `git submodule update --init` within `autogen.sh`, this change makes it work as intended.
1 parent ec8657d commit 3d9395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "src/libbson"]
22
path = src/libbson
3-
url = git://github.com/mongodb/libbson.git
3+
url = https://github.com/mongodb/libbson.git

0 commit comments

Comments
 (0)