From 8a4c1b17b4999c6cc4c7572eb4d8c1a4e59c2351 Mon Sep 17 00:00:00 2001 From: paladox Date: Wed, 18 Dec 2024 10:11:15 +0000 Subject: [PATCH] Switch submodule to use https:// rather than ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8ada0717..2d846d01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "build"] path = build - url = git@github.com:gesinn-it-pub/docker-compose-ci.git + url = https://github.com/gesinn-it-pub/docker-compose-ci.git