Skip to content

Commit

Permalink
chore: use -e flag with echo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 13, 2024
1 parent bbf5810 commit f97391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/weigh-changed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if [ ${#PREV_SIZES[@]} -gt 0 ]; then
column_count=3
fi

echo "\n\n"
echo -e "\n\n"

if [[ -n "$CI" ]]; then
if [ "$column_count" -gt 2 ]; then
Expand Down

0 comments on commit f97391a

Please sign in to comment.