From 3f0a409ec5dff27e516faf0a282f76be99187b99 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 11 Oct 2013 00:12:00 -0500 Subject: GitDownloadStrategy: remove redundant use of nostdout --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3