Fix init_deps.sh

This commit is contained in:
Théophile Diot 2023-07-03 12:12:42 -04:00
parent f3809bc698
commit fcd230192f
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ do
else
echo "⚠️ Skipping clone of $url because target directory is already present"
echo " Updating ${name} from ${url} at commit/version ${commit}"
do_and_check_cmd git subtree pull --prefix src/deps/src/${id} ${url} ${commit} -R --squash
do_and_check_cmd git subtree pull --prefix src/deps/src/${id} ${url} ${commit} --squash
fi
if [ -d "src/deps/src/${id}/.git" ] ; then