Skip to content

Commit

Permalink
Moved git success echo into git routine ↞ [auto-sync from https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Feb 21, 2025
1 parent 03c2495 commit cb8491f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ if [[ "$no_commit" != true ]] ; then
echo -e "${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
git push
fi
git_action="updated"$( [[ "$no_commit" != true ]] && echo -n "/committed" )$(
[[ "$no_push" != true ]] && echo -n "/pushed" )
echo -e "\n${BG}Success! ${#bumped_manifests[@]} manifest${plural_suffix} ${git_action} to GitHub${NC}"
fi

# Final SUMMARY log
git_action="updated"$( [[ "$no_commit" != true ]] && echo -n "/committed" )$(
[[ "$no_push" != true ]] && echo -n "/pushed" )
echo -e "\n${BG}Success! ${#bumped_manifests[@]} manifest${plural_suffix} ${git_action} to GitHub${NC}"
for manifest in "${bumped_manifests[@]}" ; do echo -e " ± $manifest" ; done # log manifests bumped

0 comments on commit cb8491f

Please sign in to comment.