Skip to content

Commit

Permalink
Fix recursive submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez committed Mar 7, 2011
1 parent 4043359 commit 8e0a9ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions update_bundles
Expand Up @@ -36,8 +36,7 @@ require 'open-uri'
puts "Updating bundles"

puts " Updating submodules"
`git submodule init`
`git submodule update --recursive`
`git submodule update --init --recursive`

bundles_dir = File.join(File.dirname(__FILE__), "bundle")
FileUtils.cd(bundles_dir)
Expand Down

0 comments on commit 8e0a9ea

Please sign in to comment.