mirror of
https://github.com/restic/restic.git
synced 2026-08-28 08:23:19 +00:00
Fix status for stdin archiver
This commit is contained in:
@@ -210,7 +210,7 @@ func (cmd CmdBackup) newArchiveStdinProgress() *restic.Progress {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintProgress("%s%s", status1)
|
PrintProgress("%s", status1)
|
||||||
}
|
}
|
||||||
|
|
||||||
archiveProgress.OnDone = func(s restic.Stat, d time.Duration, ticker bool) {
|
archiveProgress.OnDone = func(s restic.Stat, d time.Duration, ticker bool) {
|
||||||
|
|||||||
Reference in New Issue
Block a user