mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Add fix for brew upgrade (#12921)
Add a fix for `brew upgrade` so only formulae is upgraded and not casks
This commit is contained in:
parent
5319727b70
commit
aa28335651
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ _qmk_install_prepare() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
brew update && brew upgrade --ignore-pinned
|
brew update && brew upgrade --formulae --ignore-pinned
|
||||||
}
|
}
|
||||||
|
|
||||||
_qmk_install() {
|
_qmk_install() {
|
||||||
|
|
Loading…
Reference in a new issue