From 3c2ad65246485f3f451eac5cb603663d05f80069 Mon Sep 17 00:00:00 2001 From: Clint Moyer Date: Wed, 20 Feb 2019 12:30:04 -0700 Subject: [PATCH] Spelling fix "reshift" means "redshift" --- checks/check_extra711 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra711 b/checks/check_extra711 index e9af65a3..717c8680 100644 --- a/checks/check_extra711 +++ b/checks/check_extra711 @@ -18,7 +18,7 @@ CHECK_ALTERNATE_check711="extra711" extra711(){ # "Check for Publicly Accessible Redshift Clusters (Not Scored) (Not part of CIS benchmark)" - textInfo "Looking for Reshift clusters in all regions... " + textInfo "Looking for Redshift clusters in all regions... " for regx in $REGIONS; do LIST_OF_PUBLIC_REDSHIFT_CLUSTERS=$($AWSCLI redshift describe-clusters $PROFILE_OPT --region $regx --query 'Clusters[?PubliclyAccessible == `true`].[ClusterIdentifier,Endpoint.Address]' --output text) if [[ $LIST_OF_PUBLIC_REDSHIFT_CLUSTERS ]];then