Fix status for stdin archiver

This commit is contained in:
Alexander Neumann 2016-09-13 21:01:29 +02:00
parent a77c615909
commit 828267aaa3
1 changed files with 1 additions and 1 deletions

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