From cb70e3315b1e493aadc201d6db0882cda4a3be1a Mon Sep 17 00:00:00 2001
From: Alex Sharov <AskAlexSharov@gmail.com>
Date: Tue, 24 May 2022 10:58:46 +0700
Subject: [PATCH] use git submodule sync --recursive because submodule url
 changed (#4243)

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 52148926e0..4f6e7ef8f0 100644
--- a/Makefile
+++ b/Makefile
@@ -148,4 +148,5 @@ git-submodules:
 	@[ -d ".git" ] || (echo "Not a git repository" && exit 1)
 	@echo "Updating git submodules"
 	@# Dockerhub using ./hooks/post-checkout to set submodules, so this line will fail on Dockerhub
+	@git submodule sync --recursive
 	@git submodule update --quiet --init --recursive --force || true
-- 
GitLab