diff --git a/src/restic/backend/local/local.go b/src/restic/backend/local/local.go index eace14ee0..a8b9f4501 100644 --- a/src/restic/backend/local/local.go +++ b/src/restic/backend/local/local.go @@ -118,7 +118,6 @@ func (b *Local) Save(h restic.Handle, rd io.Reader) (err error) { err = f.Close() if err != nil { - f.Close() return errors.Wrap(err, "Close") }