Skip to content

Commit

Permalink
Add fix for brew upgrade (#12921)
Browse files Browse the repository at this point in the history
Add a fix for `brew upgrade` so only formulae is upgraded and not casks
  • Loading branch information
brorbw authored Aug 22, 2021
1 parent 5319727 commit aa28335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _qmk_install_prepare() {
return 1
fi

brew update && brew upgrade --ignore-pinned
brew update && brew upgrade --formulae --ignore-pinned
}

_qmk_install() {
Expand Down

0 comments on commit aa28335

Please sign in to comment.