diff --git a/internal/ui/backup/progress.go b/internal/ui/backup/progress.go index 71facda4c..720a2a58f 100644 --- a/internal/ui/backup/progress.go +++ b/internal/ui/backup/progress.go @@ -199,6 +199,7 @@ func (p *Progress) ReportTotal(item string, s archiver.ScanStats) { p.scanStarted = true if item == "" { + p.scanFinished = true p.printer.ReportTotal(item, p.start, s) } }