mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-02 01:17:43 +03:00
some fixes
This commit is contained in:
parent
ae6370f8f1
commit
293698d75d
@ -108,9 +108,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 New Issue
Block a user