GitDownloadStrategy: remove redundant use of nostdout
This commit is contained in:
parent
9705e922e3
commit
3f0a409ec5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user