From ec73adb8fecc5dfe2b1943f4de682357d0fdeaa3 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Thu, 18 Jun 2020 12:18:20 -0700 Subject: [PATCH] Use relative path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 637c9b50..4ea17988 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "faser-common"] path = faser-common - url = https://:@gitlab.cern.ch:8443/faser/faser-common.git + url = ../faser-common -- GitLab