Skip to content
Snippets Groups Projects
Unverified Commit 04b87385 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #6518 from melvyn2/patch-1

Quiet SVN output
parents 9a6d7dd2 cf040149
No related branches found
No related tags found
No related merge requests found
......@@ -550,6 +550,7 @@ class SubversionDownloadStrategy < VCSDownloadStrategy
# This saves on bandwidth and will have a similar effect to verifying the
# cache as it will make any changes to get the right revision.
args = []
args << "--quiet" unless ARGV.verbose?
if revision
ohai "Checking out #{@ref}"
......
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