From e9be7989ed05570c028ad8b77995d2b9218ebe2b Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Thu, 12 Dec 2024 03:51:39 -0800 Subject: [PATCH] =?UTF-8?q?Made=20all=20v-padding=201-liners=20in=20final?= =?UTF-8?q?=20colored=20echos=20=E2=86=9E=20[auto-sync=20from=20https://gi?= =?UTF-8?q?thub.com/adamlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/bump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bump.sh b/utils/bump.sh index 728da8b..8d9414e 100644 --- a/utils/bump.sh +++ b/utils/bump.sh @@ -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\`"