mirror of
https://github.com/restic/restic.git
synced 2025-04-24 14:31:29 +00:00
Fix status for stdin archiver
This commit is contained in:
parent
a77c615909
commit
828267aaa3
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user