Commit 390bb58f authored by Zach Loafman's avatar Zach Loafman

Brendan noticed this silly inconsistency.

parent faa573f9
......@@ -113,7 +113,7 @@ if git remote -v | grep ^origin | grep GoogleCloudPlatform/kubernetes.git; then
echo
echo "where REMOTE is your personal fork (maybe 'upstream'? Consider swapping those.)."
echo "Then propose ${NEWBRANCH} as a pull against ${BRANCH} (NOT MASTER)."
echo "Use this exact subject: 'Autogenerated cherry-pick of #${PULL}' and include a justification."
echo "Use this exact subject: 'Automated cherry pick of #${PULL}' and include a justification."
cleanbranch=""
exit 0
fi
......@@ -133,5 +133,5 @@ git push origin -f "${NEWBRANCHUNIQ}:${NEWBRANCH}"
echo
echo "+++ Now you must propose ${NEWBRANCH} as a pull against ${BRANCH} (NOT MASTER)."
echo " You must use this exact subject: 'Autogenerated cherry-pick of #${PULL}' and include a justification."
echo " You must use this exact subject: 'Automated cherry pick of #${PULL}' and include a justification."
echo
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment