Update cherry_pick_pull.sh

This commit is contained in:
Rudi C 2016-07-18 22:47:10 -04:00 committed by GitHub
parent 0fa32f6360
commit d35848b8c8

View File

@ -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=<your-user> (or GH organization if that's where your fork lives)"
echo "Please export GITHUB_USER=<your-user> (or GH organization, if that's where your fork lives)"
exit 1
fi