Skip to content

Commit

Permalink
update cherry pick script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Sep 24, 2024
1 parent 44ef17d commit 1eb5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for commit_hash in $sorted_commits; do
echo $(git show -s --format=%ci $commit_hash) $commit_hash
commit_hash=$(echo $commit_hash | tr -d ' ')
echo "commiting sha: $commit_hash"
git cherry-pick "$commit_hash" -m "Commiting cherry-pick" || {
git cherry-pick "$commit_hash" -m 1 || {
echo "Error cherry-picking commit $commit_hash. Aborting."
exit 1
}
Expand Down

0 comments on commit 1eb5896

Please sign in to comment.