Skip to content

Commit

Permalink
add cherry-pick script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 5, 2024
1 parent af5eaf5 commit d31eeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-cherry-pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The input is a comma-separated list of commit hashes
echo "Starting checrry-pick..."
if [ -z "$rc" ]; then
if [ -z "$branch" ]; then
echo "Branch is not defined"
exit 1
fi
Expand Down

0 comments on commit d31eeac

Please sign in to comment.