From 5e2a70bc2cb3c7da2617eb60bdca69b461c3b35f Mon Sep 17 00:00:00 2001
From: Steffen Vogel <post@steffenvogel.de>
Date: Thu, 30 Aug 2018 21:15:13 +0200
Subject: [PATCH] fix submodule url for controller

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

diff --git a/.gitmodules b/.gitmodules
index d0dd66a..94bd43f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,4 +9,4 @@
 	url = ../VILLASweb.git
 [submodule "controller"]
 	path = controller
-	url = git@git.rwth-aachen.de:acs/public/villas/VILLAScontroller.git
+	url = ../VILLAScontroller.git
-- 
GitLab