We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e2989 commit 0137c23Copy full SHA for 0137c23
internal/pkg/file/atomic.go
@@ -232,7 +232,7 @@ func (f *Atomic) finish(target string) (err error) {
232
err = errors.Join(err, closeErr, removeErr)
233
}()
234
235
- // https://github.com/google/renameio/blob/v2.0.1/tempfile.go#L150-L157
+ // https://github.com/google/renameio/blob/v2.0.2/tempfile.go#L150-L157
236
if err = f.fd.Sync(); err != nil {
237
return err
238
}
0 commit comments