Merge pull request #15071 from justinsb/aws_include_distro_when_not_recognized

AWS: Log the distro when we don't recognize it
This commit is contained in:
Alex Robinson 2015-10-05 11:19:38 -07:00
commit 8b68089ac4

View File

@ -244,7 +244,7 @@ case "${KUBE_OS_DISTRIBUTION}" in
detect-jessie-image
;;
*)
echo "Please specify AWS_IMAGE directly (distro not recognized)"
echo "Please specify AWS_IMAGE directly (distro ${KUBE_OS_DISTRIBUTION} not recognized)"
exit 2
;;
esac