From 90c68e79c7951443b4bba741806b4e54f2f8cfea Mon Sep 17 00:00:00 2001 From: Billy Rowell Date: Tue, 20 Feb 2024 11:51:39 -0800 Subject: [PATCH] fix: Change submodule URL to relative --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index aca86b4..6bc7de6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "workflows/wdl-common"] path = workflows/wdl-common - url = https://github.com/PacificBiosciences/wdl-common.git + url = ../wdl-common.git