From 38a27bc4a7a965934916802842b315f85fc26616 Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:07:15 +0200 Subject: [PATCH] fix fbthrift not cloning because of the trailing slash in git submodule name --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a89a4826..151be7ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/facebook/folly [submodule "fbthrift"] path = fbthrift - url = https://github.com/facebook/fbthrift/ + url = https://github.com/facebook/fbthrift [submodule "zstd"] path = zstd url = https://github.com/facebook/zstd