aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 50c44c41e..7a376c8dc 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -7,7 +7,7 @@ class Qt5HeadDownloadStrategy < GitDownloadStrategy
cached_location.cd { reset }
quiet_safe_system "git", "clone", cached_location, "."
ln_s cached_location, "qt"
- quiet_safe_system "./init-repository", "--mirror", "#{Dir.pwd}/"
+ quiet_safe_system "./init-repository", { :quiet_flag => "-q" }, "--mirror", "#{Dir.pwd}/"
rm "qt"
end
end