tap: don’t tap deprecated taps.
These no longer have any files in them.
This commit is contained in:
parent
d558ec0933
commit
c9f02aa3f7
@ -211,7 +211,7 @@ class Tap
|
|||||||
requested_remote = options[:clone_target] || default_remote
|
requested_remote = options[:clone_target] || default_remote
|
||||||
|
|
||||||
if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
|
if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
|
||||||
opoo "#{name} was deprecated. This tap is now empty as all its formulae were migrated."
|
odie "#{name} was deprecated. This tap is now empty as all its formulae were migrated."
|
||||||
end
|
end
|
||||||
|
|
||||||
if installed?
|
if installed?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user