Skip to content

Commit

Permalink
removed gitsubmodules setting, updates submodules always
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Feb 3, 2012
1 parent e9cb0da commit e05889f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fablib.py
Expand Up @@ -45,9 +45,8 @@ def git_checkout():
run('git checkout %(gitbranch)s' % env)
run('git pull origin %(gitbranch)s' % env)

if env.gitsubmodules:
run('git submodule init')
run('git submodule update --recursive')
run('git submodule init')
run('git submodule update --recursive')


def git_tag_stable():
Expand Down

0 comments on commit e05889f

Please sign in to comment.