diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-09 16:06:38 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-17 14:29:39 +0200 |
commit | d94b827c404e2801797c97a830eecfc6d1489202 (patch) | |
tree | b24e011b26f26caa0442571f77a33027849dc205 /g | |
parent | 0defd98b5995a27117023c289d628a6efbc5d2cc (diff) |
it is "git submodule", not "git submodules"
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |