From 76f8bd171b7c4b19d4e1844dc4a60fc3202f255b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 3 Jul 2019 17:15:13 +0200 Subject: [PATCH] Fix submodule URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise I can’t manage to make recursive cloning work on my machine. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index af1903f..2c3008b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "assets/images/logo"] path = assets/images/logo - url = ../../Dynare/logo.git + url = https://git.dynare.org/Dynare/logo.git -- GitLab