Skip to content

Commit

Permalink
Added line break before git pull begin echo to separate from git comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 22, 2025
1 parent 896eec4 commit 691d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if [[ "$no_commit" != true ]] ; then
if (( ${#unique_versions[@]} == 1 )) ; then COMMIT_MSG+=" to \`${unique_versions[0]}\`" ; fi
git add ./**/manifest.json && git commit -n -m "$COMMIT_MSG"
if [[ "$no_push" != true ]] ; then
echo -e "${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
echo -e "\n${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
git pull || (echo -e "${BR}Merge failed, please resolve conflicts!${NC}" && exit 1)
echo -e "\n${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
git push
Expand Down

0 comments on commit 691d4da

Please sign in to comment.