Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
godsgood33 committed Jan 17, 2019
1 parent 91a00ba commit cf5e823
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion exec/parse_stig.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@

$end = new DateTime();
$diff = $end->diff($start);
$total = $new_count + $updated_count;

print <<<EOO
Expand All @@ -705,7 +706,10 @@
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);
Expand Down

0 comments on commit cf5e823

Please sign in to comment.