add Tap#core_formula_repository?
This commit is contained in:
parent
9f7a383017
commit
5b435db3bf
@ -108,6 +108,11 @@ class Tap
|
||||
path.directory?
|
||||
end
|
||||
|
||||
# @private
|
||||
def core_formula_repository?
|
||||
false
|
||||
end
|
||||
|
||||
# install this {Tap}.
|
||||
#
|
||||
# @param [Hash] options
|
||||
@ -365,6 +370,11 @@ class CoreFormulaRepository < Tap
|
||||
remote != "https://github.com/#{user}/#{repo}.git"
|
||||
end
|
||||
|
||||
# @private
|
||||
def core_formula_repository?
|
||||
true
|
||||
end
|
||||
|
||||
# @private
|
||||
def formula_dir
|
||||
HOMEBREW_LIBRARY/"Formula"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user