Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven committed Jun 15, 2023
1 parent 244e1af commit 70e6cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@ func (d *billyDirFile) ReadDir(n int) ([]fs.DirEntry, error) {
return entries[:n], err
}

func (d billyDirFile) Read(data []byte) (int, error) {
func (d billyDirFile) Read(_ []byte) (int, error) {
return 0, &fs.PathError{Op: "read", Path: d.path, Err: syscall.EISDIR}
}

0 comments on commit 70e6cbc

Please sign in to comment.