backup.go: Add newline when adding file
This commit is contained in:
parent
b6d3575ee9
commit
1f8c55da7c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ func (bc *stagingContext) sendPath(path string) {
|
|||
return
|
||||
}
|
||||
|
||||
io.WriteString(bc.progress, dst)
|
||||
io.WriteString(bc.progress, dst+"\n")
|
||||
bc.manifest <- dst
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue