diff options
| author | Markus Reiter | 2017-06-03 01:29:29 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-06-06 16:40:03 +0200 |
| commit | b40e4afac539cc375597d5ddd0530b8a4b652382 (patch) | |
| tree | a3708b155066106f2bd9d6c6f90b86d75b3aea5f /Library/Homebrew/cask/lib/hbc/cli/install.rb | |
| parent | 2fa8596302b4dadfb7a58d8529e2f4a8609c0884 (diff) | |
| download | brew-b40e4afac539cc375597d5ddd0530b8a4b652382.tar.bz2 | |
Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli/install.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/install.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/install.rb b/Library/Homebrew/cask/lib/hbc/cli/install.rb index 72f85fc69..4d0abc677 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/install.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/install.rb @@ -3,7 +3,6 @@ module Hbc class Install < AbstractCommand option "--force", :force, false option "--skip-cask-deps", :skip_cask_deps, false - option "--require-sha", :require_sha, false def initialize(*) super |
