mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Thanks type system for catching this copy paste error
This commit is contained in:
parent
23f3d48e30
commit
4db49fe5d8
@ -55,7 +55,7 @@ func (te *TreeEntry) Size() int64 {
|
|||||||
return te.size
|
return te.size
|
||||||
}
|
}
|
||||||
|
|
||||||
func (te *TreeEntry) FullPath() bool {
|
func (te *TreeEntry) FullPath() string {
|
||||||
return te.Name()
|
return te.Name()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user