diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index d21822c4a7f..520d02b3ee9 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -29,7 +29,7 @@ declare -r STARTINGBRANCH=$(git symbolic-ref --short HEAD) declare -r REBASEMAGIC="${KUBE_ROOT}/.git/rebase-apply" if [[ -z ${GITHUB_USER:-} ]]; then - echo "Please export GITHUB_USER= (or GH organization if that's where your fork lives)" + echo "Please export GITHUB_USER= (or GH organization, if that's where your fork lives)" exit 1 fi