Skip to content
Snippets Groups Projects
Unverified Commit 9a6d7dd2 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #6525 from reitermarkus/cask-taps

Disable tapping of `caskroom` taps.
parents e7b04905 bd666fbc
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,8 @@ class Tap
if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
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
if installed? && force_auto_update.nil?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment