diff --git a/utils/bump.sh b/utils/bump.sh index 07d6df6..d2b7f2d 100644 --- a/utils/bump.sh +++ b/utils/bump.sh @@ -40,7 +40,7 @@ for manifest_path in "${MANIFEST_PATHS[@]}" ; do if [ "$chromium_only" != true ] && [ "$ff_only" != true ] ; then echo "Checking last commit details for $platform_manifest_path..." latest_platform_commit_msg=$(git log -1 --format=%s -- "$platform_manifest_path") - if [[ $latest_platform_commit_msg == sump*(version|manifest)* ]] ; then + if [[ $latest_platform_commit_msg == bump*(version|manifest)* ]] ; then echo -e "No changes found. Skipping...\n" ; continue ; fi fi