Skip to content

Commit

Permalink
Use force flag when uninstalling with zap
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 11, 2025
1 parent 6cbead2 commit 5a9f6c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ extension CaskManager {
// Add -- zap argument
if zap {
arguments.append("--zap")
arguments.append("--force")
}

var output: String = ""
Expand Down

0 comments on commit 5a9f6c3

Please sign in to comment.