Skip to content
Snippets Groups Projects
Commit 3f0a409e authored by Jack Nagel's avatar Jack Nagel
Browse files

GitDownloadStrategy: remove redundant use of nostdout

parent 9705e922
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment