Skip to content
Snippets Groups Projects
Commit d5de719c authored by Josh Hagins's avatar Josh Hagins Committed by Mike McQuaid
Browse files

Do not `brew install brew-cask`

Refs caskroom/homebrew-cask#15381

Closes Homebrew/homebrew#46845.
parent 6d384a73
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@ module Homebrew
formulae = []
if ARGV.casks.any?
brew_cask = Formulary.factory("brew-cask")
install_formula(brew_cask) unless brew_cask.installed?
args = []
args << "--force" if ARGV.force?
args << "--debug" if ARGV.debug?
......
......@@ -73,7 +73,6 @@ These commands have been contributed by Homebrew users but are not included in t
> Install using:
> ```
$ brew tap caskroom/cask
$ brew install brew-cask
> ```
### brew-gem
......
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