Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from boxen/use-brew-cask-for-uninstall
Browse files Browse the repository at this point in the history
Use `brew cask` uninstall instead of just `brew`
  • Loading branch information
jacobbednarz authored Aug 31, 2017
2 parents d0c5c3d + 84211b7 commit 2dfd907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/package/brewcask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def install
end

def uninstall
execute "brew", "uninstall", "--force", resource[:name]
execute ["brew", "cask", "uninstall", "--force", resource[:name]]
end

def install_options
Expand Down

0 comments on commit 2dfd907

Please sign in to comment.