diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 36c96acb44..9b37594130 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -646,6 +646,7 @@ class GitDownloadStrategy < VCSDownloadStrategy end def update_submodules + quiet_safe_system "git", "submodule", "sync", "--recursive" quiet_safe_system "git", "submodule", "update", "--init", "--recursive" end