Merge pull request #3747 from MikeMcQuaid/no-tap-deprecated
tap: don’t tap deprecated taps.
This commit is contained in:
commit
701ecb4975
@ -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