Skip to content

Commit

Permalink
Removed unneeded -es from echos ↞ [auto-sync from https://github.co…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 23, 2024
1 parent 6fc365c commit ddd054f
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 @@ -50,7 +50,7 @@ for manifest_path in "${MANIFEST_PATHS[@]}" ; do
manifest_prefix=""
if [ "$chromium_only" = true ] ; then manifest_prefix="Chromium "
elif [ "$ff_only" = true ] ; then manifest_prefix="Firefox " ; fi
echo -e "Bumping version in ${manifest_prefix}manifest..."
echo "Bumping version in ${manifest_prefix}manifest..."

# Determine old/new versions
old_ver=$(sed -n 's/.*"version": *"\([0-9.]*\)".*/\1/p' "$manifest_path")
Expand Down

0 comments on commit ddd054f

Please sign in to comment.