Skip to content

Commit 8fd1103

Browse files
committed
Added line break before git pull begin echo to separate from git commit log ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 0ca8da1 commit 8fd1103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ "$no_commit" != true ]] ; then
6363
if (( ${#unique_versions[@]} == 1 )) ; then COMMIT_MSG+=" to \`${unique_versions[0]}\`" ; fi
6464
git add ./**/manifest.json && git commit -n -m "$COMMIT_MSG"
6565
if [[ "$no_push" != true ]] ; then
66-
echo -e "${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
66+
echo -e "\n${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
6767
git pull || (echo -e "${BR}Merge failed, please resolve conflicts!${NC}" && exit 1)
6868
echo -e "\n${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
6969
git push

0 commit comments

Comments
 (0)