diff options
| author | Markus Reiter | 2017-12-03 10:10:54 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-12-03 10:10:54 +0100 |
| commit | 9d1573c0405ead882a38d2bb70cfd66f76c06ccf (patch) | |
| tree | d18515c9e8cbbbc5260682b18085445cb93f4e72 /Library/Homebrew/compat | |
| parent | a02ce4f8e9699053b363a7dcf593736accae36cb (diff) | |
| download | brew-9d1573c0405ead882a38d2bb70cfd66f76c06ccf.tar.bz2 | |
Fix unused variable.
Diffstat (limited to 'Library/Homebrew/compat')
| -rw-r--r-- | Library/Homebrew/compat/hbc/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/hbc/cli.rb b/Library/Homebrew/compat/hbc/cli.rb index 921525629..fb17a1d05 100644 --- a/Library/Homebrew/compat/hbc/cli.rb +++ b/Library/Homebrew/compat/hbc/cli.rb @@ -11,7 +11,7 @@ module Hbc EOS end) - option "--caskroom=PATH", (lambda do |value| + option "--caskroom=PATH", (lambda do |*| odisabled "`brew cask` with the `--caskroom` flag" end) end |
