From 5cf637b9b22a07fb6a089db3c8c7d82a50487352 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 18 Aug 2020 11:48:40 -0300 Subject: Bootstrap new submodule in CI --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 1b71b37..8efb636 100755 --- a/bootstrap +++ b/bootstrap @@ -10,5 +10,5 @@ if ! git --version >/dev/null; then exit 1 fi -git submodule update --init - +git submodule sync --recursive +git submodule update --init --recursive -- cgit v1.2.3