chore: Update submodule init command

This commit is contained in:
Théophile Diot 2024-09-05 09:24:06 +02:00
parent d1f9c1af62
commit 02f9f24054
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -57,7 +57,7 @@ do
fi
if [ -f "src/deps/src/$id/.gitmodules" ] ; then
do_and_check_cmd git submodule init --recursive -- "src/deps/src/$id"
do_and_check_cmd git submodule init -- "src/deps/src/$id"
fi
if [ -d "src/deps/src/$id/.git" ] ; then