GitDownloadStrategy: remove redundant use of nostdout
This commit is contained in:
parent
9705e922e3
commit
3f0a409ec5
@ -530,7 +530,7 @@ class GitDownloadStrategy < VCSDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
def checkout
|
def checkout
|
||||||
nostdout { quiet_safe_system 'git', *checkout_args }
|
quiet_safe_system 'git', *checkout_args
|
||||||
end
|
end
|
||||||
|
|
||||||
def reset_args
|
def reset_args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user