Kaydet (Commit) d94b827c authored tarafından Christian Lohmaier's avatar Christian Lohmaier

it is "git submodule", not "git submodules"

üst 0defd98b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment