From 615e0b9fd9c52e9cf3c7ec36211cc3b337b26814 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 1 Aug 2019 22:38:47 +0200 Subject: [PATCH] made submodule paths relative --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0454fa6..a7c04cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/system"] path = lib/system - url = git@mojotrollz.eu:webcraft/system.git + url = ../system.git