Drop tapping of Homebrew cask

People used to have to tap Homebrew cask to use the `cask` command.
Homebrew have now integrated `cask` into the primary package manager.
`mac` was raising an error because the tap repository no longer exists.
We have dropped the tapping of `"homebrew/cask-cask"` from `mac`.
trunk
Rob Whittaker 5 years ago
parent 85867e07e6
commit 8935bbcf77
No known key found for this signature in database
GPG Key ID: FC30C01F4D49E128

1
mac

@ -113,7 +113,6 @@ brew bundle --file=- <<EOF
tap "thoughtbot/formulae"
tap "homebrew/services"
tap "universal-ctags/universal-ctags"
tap "homebrew/cask-cask"
tap "heroku/brew"
# Unix

Loading…
Cancel
Save