From 351149156beb42fd67dff48f65950e13cfc25130 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 11 Mar 2021 16:06:17 -0500 Subject: [PATCH] fix --- iam-saml/bin/get-saml-metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam-saml/bin/get-saml-metadata.sh b/iam-saml/bin/get-saml-metadata.sh index ccec1aa..993c49f 100755 --- a/iam-saml/bin/get-saml-metadata.sh +++ b/iam-saml/bin/get-saml-metadata.sh @@ -34,5 +34,5 @@ URL="${URL_PREFIX}${SELECT}" echo "# environment=$AWS_ENVIRONMENT command=curl -q -k $URL" >&2 curl -q -k $URL status=$? -echo $status +exit $status