aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-10-11 00:12:00 -0500
committerJack Nagel2013-10-11 00:21:25 -0500
commit3f0a409ec5dff27e516faf0a282f76be99187b99 (patch)
treeb6a259ce7c65d99c16b5b79b3790fa721b494c59 /Library
parent9705e922e30943cf0a7b327c59e69be6f8ba03e5 (diff)
downloadbrew-3f0a409ec5dff27e516faf0a282f76be99187b99.tar.bz2
GitDownloadStrategy: remove redundant use of nostdout
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