From 3ab7f0c88ff8c90dbe628eb48d640b14da7ffa27 Mon Sep 17 00:00:00 2001
From: lofarsys <lofarsys@example.com>
Date: Thu, 24 Mar 2022 08:54:32 +0000
Subject: [PATCH] Use .git suffix on submodule urls for some older git clients

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

diff --git a/.gitmodules b/.gitmodules
index 295ed3b37..3f1cb3e31 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,4 +4,4 @@
 	branch = station-control
 [submodule "tangostationcontrol/tangostationcontrol/toolkit/libhdbpp-python"]
 	path = tangostationcontrol/tangostationcontrol/toolkit/libhdbpp-python
-	url = https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
+	url = https://gitlab.com/tango-controls/hdbpp/libhdbpp-python.git
-- 
GitLab