From cf5e8237c741f8dc6523022ca75f113733198cd6 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Thu, 17 Jan 2019 13:17:07 -0500 Subject: [PATCH] typo fix --- exec/parse_stig.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/exec/parse_stig.php b/exec/parse_stig.php index 0e1c6e2..7c4a1ae 100644 --- a/exec/parse_stig.php +++ b/exec/parse_stig.php @@ -696,6 +696,7 @@ $db->set_Setting('stig-count', $stig_count); $end = new DateTime(); $diff = $end->diff($start); +$total = $new_count + $updated_count; print <<format("%H:%I:%S")} New STIGs: $new_count Updated STIGs: $updated_count -Total STIGs: ($new_count + $updated_count) +Total STIGs: $total + + +EOO; $log->script_log("$groups->length complete"); fclose($csv);