aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-06 20:57:22 -0500
committerJack Nagel2014-12-06 20:57:22 -0500
commit5d811c519beee45edac5387e92f1f2bee4f72452 (patch)
tree037985f5d7b66fba1c9d69b27890873dfa16dd06 /Library
parent37c08393dbd482c4cfc37a0ec346564f8532257b (diff)
downloadbrew-5d811c519beee45edac5387e92f1f2bee4f72452.tar.bz2
Use quiet_safe_system to silence bzr updates
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 496b1f291..c1a1945b3 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -715,7 +715,7 @@ class BazaarDownloadStrategy < VCSDownloadStrategy
end
def update
- @clone.cd { safe_system bzrpath, 'update' }
+ @clone.cd { quiet_safe_system bzrpath, "update" }
end
def bzrpath