diff --git a/scripts/make-cherry-pick.sh b/scripts/make-cherry-pick.sh index a90838a..12dd58c 100644 --- a/scripts/make-cherry-pick.sh +++ b/scripts/make-cherry-pick.sh @@ -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