Skip to content

Commit fb56436

Browse files
committed
build: switched to git+ssh for submodules
1 parent 5467857 commit fb56436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "homebrew-brew"]
22
path = homebrew-brew
3-
url = https://github.com/wix/homebrew-brew
3+
url = git@github.com:wix/homebrew-brew.git
44
[submodule "ObjCCLIInfra"]
55
path = ObjCCLIInfra
6-
url = https://github.com/wix/ObjCCLIInfra.git
6+
url = git@github.com:wix/ObjCCLIInfra.git
77
[submodule "fmdb"]
88
path = fmdb
9-
url = https://LeoNatan@github.com/ccgus/fmdb.git
9+
url = git@github.com:ccgus/fmdb.git

0 commit comments

Comments
 (0)