committed by
GitHub
parent
f9999b46fa
commit
0a903fc473
@@ -56,8 +56,7 @@ pub fn run_brew(ctx: &ExecutionContext) -> Result<()> {
|
||||
|
||||
if cask_upgrade_exists {
|
||||
brew_args.push("--formula")
|
||||
}
|
||||
if ctx.config().brew_cask_greedy() {
|
||||
} else if ctx.config().brew_cask_greedy() {
|
||||
brew_args.push("--greedy");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user