Skip to content

Commit 4db49fe

Browse files
committed
Thanks type system for catching this copy paste error
1 parent 23f3d48 commit 4db49fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/tree_entry_gogit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (te *TreeEntry) Size() int64 {
5555
return te.size
5656
}
5757

58-
func (te *TreeEntry) FullPath() bool {
58+
func (te *TreeEntry) FullPath() string {
5959
return te.Name()
6060
}
6161

0 commit comments

Comments
 (0)