From 9a88249965154dad5ff7b92af0c7d536e50e130f Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 31 Oct 2018 22:45:59 -0400 Subject: [PATCH] Added check extra732 Cloudfront CDN Geo restrictions --- checks/check_extra732 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra732 b/checks/check_extra732 index cb734782..2fc63a22 100644 --- a/checks/check_extra732 +++ b/checks/check_extra732 @@ -25,10 +25,10 @@ extra732(){ if [[ $GEO_ENABLED == "none" ]]; then textFail "CloudFront distribution $dist has not Geo restrictions" else - textPass "CloudFront distribution $dist has Geo restrictions enabled" + textPass "CloudFront distribution $dist has Geo restrictions enabled" fi done else - textInfo "$regx: No CloudFront distributions found" "$regx" + textInfo "No CloudFront distributions found" fi }