From 0bfef6b3d3a4c71ebe5dd4c8aed26528f1b72c9a Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 26 Nov 2021 09:43:21 -0600 Subject: [PATCH] change the submodule path to https instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cd75fd658..17c60bca6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "core"] path = core - url = git@gitlab.com:jeseibel/distant-horizons-core.git + url = https://gitlab.com/jeseibel/distant-horizons-core.git