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 23f3d48 commit 4db49feCopy full SHA for 4db49fe
modules/git/tree_entry_gogit.go
@@ -55,7 +55,7 @@ func (te *TreeEntry) Size() int64 {
55
return te.size
56
}
57
58
-func (te *TreeEntry) FullPath() bool {
+func (te *TreeEntry) FullPath() string {
59
return te.Name()
60
61
0 commit comments