GitDownloadStrategy: remove redundant use of nostdout

This commit is contained in:
Jack Nagel 2013-10-11 00:12:00 -05:00
parent 9705e922e3
commit 3f0a409ec5

View File

@ -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