Skip to content

Commit 964a7f5

Browse files
committed
Use https:// for submodule URL
The http:// URL hangs when initializing the submodule via `git submodule update --init`.
1 parent 2f7f7d3 commit 964a7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitmodules

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

0 commit comments

Comments
 (0)