-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fix for brewcask not working due brew cask list --versions #3
Conversation
Fixing brewcask listing
PR updated with the requested changes. |
Hmm, I'm having some trouble with this PR: it seems to break things for me. Would you mind pasting the output of running the following commands on your machine (feel free to obscure package names / use different packages than me)?
As you can see, my |
My fault then. Here my results:
I get exactly the same output as you. Sorry about that, I'm new to Puppet, Brew, etc... The error must happen when checking the version of one package, I guess when this package isn't installed. |
Fix for making brewcask actually work. Error caused by
brew cask list --versions
and bad parsing of the results as explained on issue #2.Parsing
brew cask list --versions
results like we do with brew seems to have fixed the problem. Work on my test and prod environment.