From 3f564cddc092a8cd012242427ab693f1d4d3ecbe Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de> Date: Fri, 15 Jan 2021 17:54:02 +0100 Subject: [PATCH] added .git to submodule URLs where missing --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c465e047e..1bbe5d4d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "modules/data"] path = modules/data - url = ../../AirShowerPhysics/corsika-data + url = ../../AirShowerPhysics/corsika-data.git branch = master shallow = true [submodule "modules/proposal"] @@ -10,6 +10,6 @@ shallow = true [submodule "modules/conex"] path = modules/conex - url = ../../AirShowerPhysics/cxroot + url = ../../AirShowerPhysics/cxroot.git branch = master shallow = true -- GitLab