From fcb270888eee681d74d961abbb09fae49df4f322 Mon Sep 17 00:00:00 2001
From: Valentin Syrovatskiy <v.syrovatskiy@picodata.io>
Date: Wed, 26 Oct 2022 16:23:10 +0300
Subject: [PATCH] chore: init submodules with "make reset-submodules"

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

diff --git a/Makefile b/Makefile
index a671d7bc98..43e978fed3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ centos7-cmake3:
 
 reset-submodules:
 	git submodule foreach --recursive 'git clean -dxf && git reset --hard'
-	git submodule update --recursive
+	git submodule update --init --recursive
 
 tarantool-patch:
 	cd tarantool-sys && \
-- 
GitLab