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

Fix version retrieval logic #1

Open
TheKevJames opened this issue Feb 26, 2016 · 2 comments
Open

Fix version retrieval logic #1

TheKevJames opened this issue Feb 26, 2016 · 2 comments

Comments

@TheKevJames
Copy link
Owner

[kevin@aerobox(zsh):~] brew list --versions docker
docker 1.10.1 1.10.2 1.9.1
[kevin@aerobox(zsh):~] brew list --versions docker-machine
docker-machine 0.5.5 0.6.0
@jordigg
Copy link
Contributor

jordigg commented Nov 3, 2016

I think this is solved already since they return the same output now for brew and brew cask

@TheKevJames
Copy link
Owner Author

To provide more context: my original worry in opening this issue was that the logic to get the currently installed version of a package may return any of the installed package versions rather than just the latest, since I originally wrote the logic without realizing that multiple versions could be installed. I don't think any changes we've made would have fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants