From 1dfe2b612a983e35d3b726dbf5beb74f55a34099 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 30 Nov 2020 14:44:31 +0100
Subject: [PATCH] fix failing submodule clone

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index c307c1f..8c0876d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
 [submodule "tabs"]
 	path = tabs
-	url = ../../AirShowerPhysics/corsika-data
+	url = ../../AirShowerPhysics/corsika-data.git
 	branch = master
-- 
GitLab