Thanks type system for catching this copy paste error

This commit is contained in:
delvh 2024-01-17 23:28:59 +01:00
parent 23f3d48e30
commit 4db49fe5d8
No known key found for this signature in database
GPG Key ID: 3DECE05F6D9A647C

View File

@ -55,7 +55,7 @@ func (te *TreeEntry) Size() int64 {
return te.size
}
func (te *TreeEntry) FullPath() bool {
func (te *TreeEntry) FullPath() string {
return te.Name()
}