From 5d811c519beee45edac5387e92f1f2bee4f72452 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Dec 2014 20:57:22 -0500 Subject: Use quiet_safe_system to silence bzr updates --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3