Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks with custom brew-cask appdir #8

Closed
joshtch opened this issue Nov 2, 2014 · 1 comment
Closed

Breaks with custom brew-cask appdir #8

joshtch opened this issue Nov 2, 2014 · 1 comment

Comments

@joshtch
Copy link

joshtch commented Nov 2, 2014

Steps to reproduce:

$ export HOMEBREW_CASK_OPTS="--appdir=/Applications"
$ brew file

Error output:

Traceback (most recent call last):
  File "/usr/local/bin/brew-file", line 1264, in <module>
    main()
  File "/usr/local/bin/brew-file", line 1117, in main
    b = BrewFile()
  File "/usr/local/bin/brew-file", line 76, in __init__
    if cask_opts["--caskroom"] != "" \
KeyError: '--caskroom'
rcmdnk added a commit that referenced this issue Nov 2, 2014
@rcmdnk
Copy link
Owner

rcmdnk commented Nov 2, 2014

Thanks for the feedback.
I fixed it at tag: v2.1.2. (can be updated by brew update && brew upgrade)

@rcmdnk rcmdnk closed this as completed Nov 2, 2014
rcmdnk added a commit that referenced this issue Nov 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants