From b23e631cfeb487f6b65ff4653ef785f7a199faae Mon Sep 17 00:00:00 2001 From: Kevin Dixon Date: Fri, 18 Oct 2019 13:47:30 -0700 Subject: [PATCH] remove trailing slash on websocketpp submodule url, which causes checkout failure on CircleCI with git 2.22.0 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 54befd07da..f9d0b58a34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = https://github.com/Microsoft/vcpkg [submodule "websocketpp"] path = Release/libs/websocketpp - url = https://github.com/zaphoyd/websocketpp/ + url = https://github.com/zaphoyd/websocketpp fetchRecurseSubmodules = false