From 45a1898659cc94d1b05bd0dc2f5bbccd9dbf5522 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 3 Jun 2026 17:21:14 +0200 Subject: [PATCH] Fix submodules url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3a2a239..a3d3027 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = ssh://git@gitlab.kit.edu/uhhxt/cel-thesis.git [submodule "lib/latex-common"] path = lib/latex-common - url = ssh:/git@gitlab.kit.edu/uhhxt/latex-common.git + url = ssh://git@gitlab.kit.edu/uhhxt/latex-common.git