Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Sync the top level submodule after nested submodules
Browse files Browse the repository at this point in the history
See also: 35174fee
  • Loading branch information
kumar303 committed Feb 2, 2012
1 parent 72bf4d7 commit 7f78b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update/update.py
Expand Up @@ -48,6 +48,7 @@ def update_code(ctx, ref='origin/master'):
ctx.local("git submodule --quiet foreach 'git submodule --quiet sync "
"&& git submodule --quiet sync "
"&& git submodule update --init --recursive'")
ctx.local("git submodule update --init --recursive") # at the top


@task
Expand Down

0 comments on commit 7f78b1a

Please sign in to comment.