From a299f042f1774d58e39e2870cebaab6c849e4ee5 Mon Sep 17 00:00:00 2001 From: Kris Payne Date: Tue, 29 Nov 2016 14:47:19 -0800 Subject: [PATCH] clean up logging first line was out of alignment :-/ --- ElCapitan_CIS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElCapitan_CIS.sh b/ElCapitan_CIS.sh index 326d74e..18808b6 100644 --- a/ElCapitan_CIS.sh +++ b/ElCapitan_CIS.sh @@ -17,7 +17,7 @@ softwareUpdates() { # 1.1 Verify all Apple provided software is current # Level 1 Scored - ScriptLogging "Checking for software updates from Apple..." + ScriptLogging " Checking for software updates from Apple..." local SoftwareUpdateCommand SoftwareUpdateCommand="$(/usr/sbin/softwareupdate -l | wc -l)" if [[ ${SoftwareUpdateCommand} -eq 4 ]]; then