Use quiet_safe_system to silence bzr updates

This commit is contained in:
Jack Nagel 2014-12-06 20:57:22 -05:00
parent 37c08393db
commit 5d811c519b

View File

@ -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