Commit 8b68089a authored by Alex Robinson's avatar Alex Robinson

Merge pull request #15071 from justinsb/aws_include_distro_when_not_recognized

AWS: Log the distro when we don't recognize it
parents bcc154d7 d8988340
......@@ -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
......
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