We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ec9aa commit 017242dCopy full SHA for 017242d
github/client_repository_file.go
@@ -68,7 +68,7 @@ func (c *FileClient) Get(ctx context.Context, path, branch string, optFns ...git
68
if err != nil {
69
return nil, err
70
}
71
- defer output.Close()
+ output.Close()
72
73
contentStr := string(content)
74
files = append(files, &gitprovider.CommitFile{
0 commit comments