aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-06 20:57:22 -0500
committerJack Nagel2014-12-06 20:57:22 -0500
commitfe9cfa83f8409841ff4c24ed16c0b84610087596 (patch)
tree79028ba37bd8c3a9efa5c9d7b0adf47d11a3345d /Library/Homebrew/download_strategy.rb
parent885f7277bfaceb85fd2560ce3d0cedf15fb199a5 (diff)
downloadhomebrew-fe9cfa83f8409841ff4c24ed16c0b84610087596.tar.bz2
Use quiet_safe_system to silence bzr updates
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