fix fbthrift not cloning because of the trailing slash in git submodule name

This commit is contained in:
Kamila Szewczyk 2022-04-25 19:07:15 +02:00 committed by GitHub
parent cb66203196
commit 38a27bc4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -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