Make git url to sprout absolute
This commit is contained in:
parent
9ad3cc317c
commit
2471e645e0
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "lib/sprout"]
|
[submodule "lib/sprout"]
|
||||||
path = lib/sprout
|
path = lib/sprout
|
||||||
url = ../../bolero-MURAKAMI/Sprout.git
|
url = https://github.com/bolero-MURAKAMI/Sprout.git
|
||||||
[submodule "lib/Catch2"]
|
[submodule "lib/Catch2"]
|
||||||
path = lib/Catch2
|
path = lib/Catch2
|
||||||
url = https://github.com/catchorg/Catch2.git
|
url = https://github.com/catchorg/Catch2.git
|
||||||
|
|
Loading…
Reference in a new issue