Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
switch args to brew cask command (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod authored Jan 8, 2021
1 parent 9da6798 commit dcfdeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/os/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub fn run_brew_cask(ctx: &ExecutionContext, variant: BrewVariant) -> Result<()>
brew_args.push("-a");
}
} else {
brew_args.extend(&["--cask", "upgrade"]);
brew_args.extend(&["upgrade", "--cask"]);
if ctx.config().brew_cask_greedy() {
brew_args.push("--greedy");
}
Expand Down

0 comments on commit dcfdeb2

Please sign in to comment.