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