diff options
-rwxr-xr-x | git-update-superproject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-update-superproject b/git-update-superproject index d58d416..0e49a01 100755 --- a/git-update-superproject +++ b/git-update-superproject @@ -13,7 +13,7 @@ if [ ! -e ".git" ]; then fi # Run -git pull $* +git pull $* || exit 1 git submodule sync --recursive git submodule update --recursive --init git submodules-checkout-branch |