From ffdeccc05df38f18ccf12dbca36aa08f79e2c471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 5 Jul 2023 15:58:47 +0200 Subject: [PATCH] Fix preprocessor submodule repository location Bug introduced in ed7fe89bfafdfb428d0e01fa9453acebc8808c62. Ref. !2142 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6617cc261b..2cc13d27ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,4 +25,4 @@ url = https://github.com/fangq/jsonlab.git [submodule "preprocessor"] path = preprocessor - url = ../../JohannesPfeifer/preprocessor.git + url = ../../Dynare/preprocessor.git -- GitLab