From c583791f8b579b9e97db76bc49c1db11d230a837 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 1 Aug 2019 22:33:11 +0200 Subject: [PATCH] corrected system repo path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f1040ee..a7c04cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/system"] path = lib/system - url = ../../system.git + url = ../system.git