Skip to content

Commit 22c9191

Browse files
committed
[Fix] (git): Replace FastSTL ssh url with http
Makes it so when `git submodule --init'`ing , it doesn't ask for password
1 parent 294fd38 commit 22c9191

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
@@ -9,4 +9,4 @@
99
url = https://github.com/g-truc/glm.git
1010
[submodule "src/main/cpp/include/FastSTL"]
1111
path = src/main/cpp/include/FastSTL
12-
url = git@github.com:MobileGL-Dev/FastSTL.git
12+
url = https://github.com/MobileGL-Dev/FastSTL.git

0 commit comments

Comments
 (0)