Closed jtimberman closed 10 years ago
The check for the existing cask using /opt/homebrew-cask/Caskroom/thing has a false positive if thing is removed with brew cask uninstall thing.
/opt/homebrew-cask/Caskroom/thing
thing
brew cask uninstall thing
We should query the system using brew cask info thing, instead. I'm working on a PR for this.
brew cask info thing
Fixed: https://github.com/opscode-cookbooks/homebrew/pull/46
The check for the existing cask using
/opt/homebrew-cask/Caskroom/thing
has a false positive ifthing
is removed withbrew cask uninstall thing
.We should query the system using
brew cask info thing
, instead. I'm working on a PR for this.