Skip to content

Commit 7002cd2

Browse files
committed
oops
Signed-off-by: Andrew Thornton <[email protected]>
1 parent a142c35 commit 7002cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/git/pipeline/lfs_nogogit.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ func FindLFSFile(repo *git.Repository, hash git.SHA1) ([]*LFSResult, error) {
207207
for _, pipe := range pipes {
208208
_ = pipe.Close()
209209
}
210-
}
211-
210+
}()
212211

213212
shasToNameReader, shasToNameWriter := pipes[0].ReaderWriter()
214213
nameRevStdinReader, nameRevStdinWriter := pipes[1].ReaderWriter()

0 commit comments

Comments
 (0)