From fd6aa00c18a7fb8dbe957175078f02346775045a Mon Sep 17 00:00:00 2001 From: kevin-- Date: Mon, 28 Oct 2019 18:41:24 -0700 Subject: [PATCH] remove trailing slash on websocketpp submodule url, which causes checkout failure on CircleCI with git 2.22.0 (#1263) --- .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