Fix unused variable.

This commit is contained in:
Markus Reiter 2017-12-03 10:10:54 +01:00
parent a02ce4f8e9
commit 9d1573c040

View File

@ -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