From 07912dcb254d256beba0c2a129be44826a0e3fdd Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 23 Mar 2023 11:14:29 +0000 Subject: [PATCH] Use relative path in .gitmodules The use of git@github... prevents people without write access from cloning this. You can use a relative path to make it agnostic to the transport. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c4c515f..18c1e67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "isla"] path = isla - url = git@github.com:rems-project/isla.git + url = ../../isla.git