pull: backtrace when tap repair fails.
This commit is contained in:
parent
7d99168192
commit
c7363e2d03
@ -94,7 +94,7 @@ module Homebrew
|
||||
changed_formulae = []
|
||||
|
||||
if tap_dir
|
||||
system "brew", "tap", "--repair"
|
||||
safe_system "brew", "tap", "--repair", "--debug"
|
||||
formula_dir = %w[Formula HomebrewFormula].find { |d| tap_dir.join(d).directory? } || ""
|
||||
else
|
||||
formula_dir = "Library/Formula"
|
||||
|
Loading…
x
Reference in New Issue
Block a user