mirror of https://github.com/go-gitea/gitea.git
some fixes
This commit is contained in:
parent
7bd86c731c
commit
eaae69ec44
|
@ -105,9 +105,6 @@ func (t *Tree) listEntriesRecursive(ctx context.Context, extraArgs TrustedCmdArg
|
||||||
t.entriesRecursive = append(t.entriesRecursive, entry)
|
t.entriesRecursive = append(t.entriesRecursive, entry)
|
||||||
return nil
|
return nil
|
||||||
}, extraArgs)
|
}, extraArgs)
|
||||||
if err == nil {
|
|
||||||
t.entriesRecursiveParsed = true
|
|
||||||
}
|
|
||||||
return t.entriesRecursive, err
|
return t.entriesRecursive, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue