diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index afd8840c5..70338d37e 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -646,7 +646,7 @@ class GitDownloadStrategy < VCSDownloadStrategy    end    def update_submodules -    quiet_safe_system "git", "submodule", "sync", "--recursive" +    quiet_safe_system "git", "submodule", "foreach", "--recursive", "git submodule sync"      quiet_safe_system "git", "submodule", "update", "--init", "--recursive"    end | 
