tap: don’t tap deprecated taps.

These no longer have any files in them.
This commit is contained in:
Mike McQuaid 2018-01-28 19:07:01 +00:00
parent d558ec0933
commit c9f02aa3f7

View File

@ -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?