Skip to content

Commit adeb60b

Browse files
committed
tools-update: don't ask for confirmation in brew upgrade
1 parent 492d846 commit adeb60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/tools-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ update_brew() {
9393

9494
brew update \
9595
&& brew bundle install --global \
96-
&& brew upgrade \
96+
&& brew upgrade --no-ask \
9797
&& brew cleanup --scrub
9898
}
9999

0 commit comments

Comments
 (0)