mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
weed shell: fs.tree fix directory tree listing
This commit is contained in:
parent
24c020104a
commit
b2d92a2992
|
@ -77,7 +77,7 @@ func treeTraverseDirectory(ctx context.Context, writer io.Writer, client filer_p
|
|||
|
||||
for i, entry := range resp.Entries {
|
||||
|
||||
if level < 0 {
|
||||
if level < 0 && name != "" {
|
||||
if entry.Name != name {
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue