2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Fix status for stdin archiver

This commit is contained in:
Alexander Neumann 2016-09-13 21:01:29 +02:00
parent a77c615909
commit 828267aaa3

View File

@ -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) {