mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
Merge pull request #5691 from MichaelEischer/fix-rewriter-error
This commit is contained in:
commit
67c13c643d
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ func (t *TreeRewriter) RewriteTree(ctx context.Context, loader restic.BlobLoader
|
|||
return restic.ID{}, ctx.Err()
|
||||
}
|
||||
if item.Error != nil {
|
||||
return restic.ID{}, err
|
||||
return restic.ID{}, item.Error
|
||||
}
|
||||
node := item.Node
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue