removed some spaces from output

This commit is contained in:
Toni de la Fuente
2018-03-28 14:24:37 -04:00
parent eaf0a6bf09
commit 7cde6f15e7
2 changed files with 2 additions and 2 deletions

View File

@@ -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/"
}

View File

@@ -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
}