danielbayley/homebrew-alfred

Error: Unknown command: cask

Closed this issue · 2 comments

Hi this is a very cool idea I really want to try it out. Unfortunately, it does not work with the newest version of homebrew since they deprecated the cask argument.

Error: Unknown command: cask

Probably a fix would be as easy as changing

`exec "brew", "cask", *args`

to

`exec "brew", *args, "--cask"`

@tbrodbeck Should work now… please test. Thanks!

Works. Merci!