aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index af98256b9..b6c652b8c 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -589,7 +589,7 @@ class GitDownloadStrategy < VCSDownloadStrategy
end
def update_submodules
- safe_system 'git', 'submodule', 'update', '--init', '--recursive'
+ quiet_safe_system "git", "submodule", "update", "--init", "--recursive"
end
def checkout_submodules(dst)