We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654cfd1 commit faa46e7Copy full SHA for faa46e7
modules/lfs/filesystem_client.go
@@ -75,7 +75,7 @@ func (c *FilesystemClient) Upload(ctx context.Context, objects []Pointer, callba
75
if err != nil {
76
return err
77
}
78
-
+ defer f.Close()
79
_, err = io.Copy(f, content)
80
81
0 commit comments