Message to cut-n-paste instructions

pull/6/head
Isaac Hollander McCreery 2015-11-05 11:37:02 -08:00
parent 849cfaaf09
commit 27770952a7
2 changed files with 4 additions and 3 deletions

View File

@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
cat <<- EOM
Success! You must now do the following: (you may want to cut
and paste these instructions elsewhere, step 1 can be spammy)
Success! You must now do the following (you may want to cut and paste these
instructions elsewhere):
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases

View File

@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
EOM
else
cat > "${INSTRUCTIONS}" <<- EOM
Success! You must now do the following:
Success! You must now do the following (you may want to cut and paste these
instructions elsewhere):
EOM
fi