refactor: scan duration message

main
sundowndev 2021-06-23 10:48:32 +02:00
parent c35389431f
commit 2347725b18
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ func scanRun(opts *pkg.ScanOptions) error {
return err
}
globaloutput.Printf(color.WhiteString("Done in %s\n", analysis.Duration.Round(time.Second)))
globaloutput.Printf(color.WhiteString("Scan duration: %s\n", analysis.Duration.Round(time.Second)))
if !opts.DisableTelemetry {
telemetry.SendTelemetry(analysis)