From 3a757b95a4e32a081d57990a168b66c8e86904b5 Mon Sep 17 00:00:00 2001 From: Edward Kisiel Date: Wed, 12 Oct 2022 20:20:09 -0400 Subject: [PATCH] changed .gitmodules from ssh to https access --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a9ad092..140c9e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "SBC_Model_Framework"] path = SBC_Model_Framework - url = git@github.com:hominoids/SBC_Model_Framework.git + url = https://github.com/hominoids/SBC_Model_Framework.git