From 56e7689fb99f8cd233ff9b1fdf68ce570a45cebc Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Fri, 5 Feb 2021 00:16:26 +0100 Subject: [PATCH] fix location of submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3c84ce1..ef6ee67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "relast.preprocessor"] path = relast.preprocessor - url = ../relast-preprocessor.git + url = ../../relast-preprocessor.git -- GitLab