aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-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