Disable tapping of caskroom taps.
This commit is contained in:
parent
6c2b9ffdc1
commit
bd666fbc79
@ -241,6 +241,8 @@ class Tap
|
|||||||
|
|
||||||
if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
|
if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
|
||||||
odie "#{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."
|
||||||
|
elsif user == "caskroom"
|
||||||
|
odie "#{name} was moved. Tap homebrew/cask-#{repo} instead."
|
||||||
end
|
end
|
||||||
|
|
||||||
if installed? && force_auto_update.nil?
|
if installed? && force_auto_update.nil?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user