forked from TrueCloudLab/restic
Fix status for stdin archiver
This commit is contained in:
parent
a77c615909
commit
828267aaa3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue