Skip to content

Commit

Permalink
Fix print_error() in bump-imagemagick.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Aug 31, 2024
1 parent 7ec6b64 commit e9696a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bump-imagemagick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ print_bold_color() {
}

print_error() {
print_bold_red "error: $1"
echo ''
print_bold_color 1 "error: $1" 2
echo '' >&2
}

summary() {
Expand Down

0 comments on commit e9696a2

Please sign in to comment.