From 3ce02ca29172b0d52cfcc662ef7670f82961d67d Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Thu, 23 May 2024 10:54:29 -0700 Subject: [PATCH] make submodules relative path --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5556c1f..000410f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "cmake/blt"] path = cmake/blt - url = git@github.com:LLNL/blt.git + url = ../../LLNL/blt.git [submodule "tpl/camp"] path = tpl/camp - url = git@github.com:LLNL/camp.git + url = ../../LLNL/camp.git