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 488e75f23..5cc70678a 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -530,7 +530,7 @@ class GitDownloadStrategy < VCSDownloadStrategy
end
def checkout
- nostdout { quiet_safe_system 'git', *checkout_args }
+ quiet_safe_system 'git', *checkout_args
end
def reset_args