pull: allow tap repair to fail.

This commit is contained in:
Mike McQuaid 2015-02-23 10:45:18 +00:00
parent 04f89a94ba
commit 7d99168192

View File

@ -94,7 +94,7 @@ module Homebrew
changed_formulae = []
if tap_dir
safe_system "brew", "tap", "--repair"
system "brew", "tap", "--repair"
formula_dir = %w[Formula HomebrewFormula].find { |d| tap_dir.join(d).directory? } || ""
else
formula_dir = "Library/Formula"