mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 01:07:00 -04:00
fix fbthrift not cloning because of the trailing slash in git submodule name
This commit is contained in:
parent
cb66203196
commit
38a27bc4a7
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,7 +3,7 @@
|
|||||||
url = https://github.com/facebook/folly
|
url = https://github.com/facebook/folly
|
||||||
[submodule "fbthrift"]
|
[submodule "fbthrift"]
|
||||||
path = fbthrift
|
path = fbthrift
|
||||||
url = https://github.com/facebook/fbthrift/
|
url = https://github.com/facebook/fbthrift
|
||||||
[submodule "zstd"]
|
[submodule "zstd"]
|
||||||
path = zstd
|
path = zstd
|
||||||
url = https://github.com/facebook/zstd
|
url = https://github.com/facebook/zstd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user