Skip to content

Commit

Permalink
Output error to stderr instead of stdout.
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Nov 15, 2024
1 parent 39c5ad0 commit 1d1335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/brew_core_update
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ brew bump-formula-pr \
# brew exit status
status=$?
if [[ ${status} -ne 0 ]]; then
echo "Formula did not validate using 'brew bump-formula-pr'"
echo "Formula did not validate using 'brew bump-formula-pr'" 1>&2
exit ${status}
fi

Expand Down

0 comments on commit 1d1335a

Please sign in to comment.