it is "git submodule", not "git submodules"
This commit is contained in:
parent
0defd98b59
commit
d94b827c40
1 changed files with 1 additions and 1 deletions
2
g
2
g
|
@ -220,7 +220,7 @@ local module
|
|||
if [ -f .gitmodules ] ; then
|
||||
git submodule update
|
||||
if [ -n "$branch" ] ; then
|
||||
git submodules foreach git checkout -b ${branch} HEAD || return $?
|
||||
git submodule foreach git checkout -b ${branch} HEAD || return $?
|
||||
fi
|
||||
else
|
||||
# now that is the nasty case we moved prior to submodules
|
||||
|
|
Loading…
Reference in a new issue