Skip to content

Commit

Permalink
Made all v-padding 1-liners in final colored echos ↞ [auto-sync from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 12, 2024
1 parent 38e3ede commit e9be798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ done
if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
else
plural_suffix=$((( $bumped_cnt > 1 )) && echo "s")
echo -e "\n${BG}${bumped_cnt} manifest${plural_suffix} bumped!${NC}"
echo -e "\n${BY}Committing bump${plural_suffix} to Git...${NC}"
echo -e "${BG}${bumped_cnt} manifest${plural_suffix} bumped!\n${NC}"
echo -e "${BY}Committing bump${plural_suffix} to Git...\n${NC}"

# Define commit msg
COMMIT_MSG="Bumped \`version\`"
Expand Down

0 comments on commit e9be798

Please sign in to comment.