From e30b1c8e5405e039b966aed59f189e235bf1b1e3 Mon Sep 17 00:00:00 2001 From: Alexander Mashin Date: Wed, 5 Nov 2025 01:11:43 +0700 Subject: [PATCH] Update .gitmodules Correct sybmodule URL to publically available. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8ada071..2d846d0 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