Skip to content

Commit b514b0b

Browse files
[Git] Resolved Error in Dependabot
Dependabot was having issues with our gitmodules file since we put a comment in the same line as the URL for a git submodule. This was easily resolved by moving the comment to another line.
1 parent a1dfa3d commit b514b0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitmodules

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[submodule "libs/EXTERNAL/libcatch2"]
22
path = libs/EXTERNAL/libcatch2
33
url = https://github.com/catchorg/Catch2.git
4+
5+
# fork where in branch v1.0.0_no_complication_warnings there are compilation warnings fixes for upstream tag v1.0.0 of sockpp
46
[submodule "libs/EXTERNAL/sockpp"]
57
path = libs/EXTERNAL/sockpp
6-
url = https://github.com/w0lek/sockpp.git # fork where in branch v1.0.0_no_complication_warnings there are compilation warnings fixes for upstream tag v1.0.0 of sockpp
8+
url = https://github.com/w0lek/sockpp.git

0 commit comments

Comments
 (0)