Skip to content

Commit

Permalink
clean up logging
Browse files Browse the repository at this point in the history
first line was out of alignment :-/
  • Loading branch information
krispayne authored Nov 29, 2016
1 parent 780919b commit a299f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElCapitan_CIS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a299f04

Please sign in to comment.