mirror of
https://github.com/restic/restic.git
synced 2026-04-16 18:08:50 +00:00
@@ -170,7 +170,7 @@ func (c *Comparer) printDir(ctx context.Context, mode string, stats *DiffStat, b
|
||||
if node.Type == "dir" {
|
||||
name += "/"
|
||||
}
|
||||
c.printChange(NewChange(name, "+"))
|
||||
c.printChange(NewChange(name, mode))
|
||||
stats.Add(node)
|
||||
addBlobs(blobs, node)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user