Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Do not brew install brew-cask
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah authored and MikeMcQuaid committed Dec 10, 2015
1 parent e1c6bb2 commit 60199cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/cmd/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def install
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?
Expand Down
1 change: 0 additions & 1 deletion share/doc/homebrew/External-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60199cc

Please sign in to comment.