Skip to content

Commit fd6aa00

Browse files
kevin--BillyONeal
authored andcommitted
remove trailing slash on websocketpp submodule url, which causes checkout failure on CircleCI with git 2.22.0 (#1263)
1 parent ce443d5 commit fd6aa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
url = https://github.com/Microsoft/vcpkg
44
[submodule "websocketpp"]
55
path = Release/libs/websocketpp
6-
url = https://github.com/zaphoyd/websocketpp/
6+
url = https://github.com/zaphoyd/websocketpp
77
fetchRecurseSubmodules = false

0 commit comments

Comments
 (0)