mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update submodule init command
This commit is contained in:
parent
d1f9c1af62
commit
02f9f24054
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue