From 7cde6f15e70b78d7ea0f917af76c2d8a302862fc Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Wed, 28 Mar 2018 14:24:37 -0400 Subject: [PATCH] removed some spaces from output --- checks/check_extra724 | 2 +- include/outputs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/check_extra724 b/checks/check_extra724 index 6b504f53..8fece770 100644 --- a/checks/check_extra724 +++ b/checks/check_extra724 @@ -21,5 +21,5 @@ extra724(){ textInfo "$regx: No ACM Certificates found" "$regx" fi done - textInfo " Read more about this here: https://aws.amazon.com/blogs/security/how-to-get-ready-for-certificate-transparency/" + textInfo "*Read more about this here: https://aws.amazon.com/blogs/security/how-to-get-ready-for-certificate-transparency/" } diff --git a/include/outputs b/include/outputs index e48c58ba..d98ea127 100644 --- a/include/outputs +++ b/include/outputs @@ -8,7 +8,7 @@ textPass(){ fi echo "$PROFILE${SEP}$ACCOUNT_NUM${SEP}$REPREGION${SEP}$TITLE_ID${SEP}PASS${SEP}$ITEM_SCORED${SEP}$ITEM_LEVEL${SEP}$TITLE_TEXT${SEP}$1" else - echo " $OK PASS! $NORMAL $1" + echo " $OK PASS!$NORMAL $1" fi }