Skip to content

Commit

Permalink
fix: update output message for report generation in scan_alerts module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 10, 2024
1 parent cbe9e65 commit ce12ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/scan_alerts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ impl ScanAlerts {

pub fn reports_generated(output_path: &str) {
println!("{}", "-".repeat(50));
println!("Reports generated in: {}", output_path.green());
println!("Report generated and salved in: {}", output_path.green());
}

}

0 comments on commit ce12ea8

Please sign in to comment.