summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-08-22 21:43:07 +0000
committerQMK Bot <hello@qmk.fm>2021-08-22 21:43:07 +0000
commitf043b8be384cbfde6dcca0ffee2fc842a4fb4342 (patch)
tree23d3baa697af7394683310abe8cc966e7c8489c9 /util
parent4b87c1f40bd3c96132878c5cbb75ce2109e4b861 (diff)
parentaa28335651a5a76d89054509186500c3af6147e7 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util')
-rwxr-xr-xutil/install/macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/macos.sh b/util/install/macos.sh
index 3ce8ddbfd3..870b4bec94 100755
--- a/util/install/macos.sh
+++ b/util/install/macos.sh
@@ -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() {