Merge pull request #19344 from gromgit/update-python-resources/bare-formula
update-python-resources: work on bare formula
This commit is contained in:
commit
9bc0ef0dca
@ -39,7 +39,7 @@ module Homebrew
|
||||
sig { override.void }
|
||||
def run
|
||||
args.named.to_formulae.each do |formula|
|
||||
ignore_errors = if T.must(formula.tap).name == "homebrew/core"
|
||||
ignore_errors = if formula.tap&.official?
|
||||
false
|
||||
else
|
||||
args.ignore_errors?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user