mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 14:30:58 +01:00
some fixes
This commit is contained in:
parent
7bd86c731c
commit
eaae69ec44
1 changed files with 0 additions and 3 deletions
|
@ -105,9 +105,6 @@ func (t *Tree) listEntriesRecursive(ctx context.Context, extraArgs TrustedCmdArg
|
|||
t.entriesRecursive = append(t.entriesRecursive, entry)
|
||||
return nil
|
||||
}, extraArgs)
|
||||
if err == nil {
|
||||
t.entriesRecursiveParsed = true
|
||||
}
|
||||
return t.entriesRecursive, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue