From 5653a9345aeff645e56bd4cbc1f5e454a6fb1726 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Thu, 14 Oct 2021 16:18:39 -0700 Subject: [PATCH] fix #376, "main" branch for cfe and osal submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9aa55c132..185834fe2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "cfe"] path = cfe url = https://github.com/nasa/cFE.git - branch = master + branch = main [submodule "osal"] path = osal url = https://github.com/nasa/osal.git - branch = master + branch = main [submodule "psp"] path = psp url = https://github.com/nasa/PSP.git