explicit recursive tag for when .gitconfig isn't loaded
This commit is contained in:
parent
5b632e0475
commit
63e87dbc2d
@ -23,7 +23,7 @@ SOURCE_ZSH_SUBMODULE() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
INIT() {
|
INIT() {
|
||||||
git submodule update --init --remote >/dev/null 2>&1 || {
|
git submodule update --init --remote --recursive >/dev/null 2>&1 || {
|
||||||
echo 'unable to initialize required submodules'
|
echo 'unable to initialize required submodules'
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user