mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
tree: remove workaround for tree library bug now it is fixed
This commit is contained in:
@@ -124,9 +124,6 @@ func Tree(fsrc fs.Fs, outFile io.Writer, opts *tree.Options) error {
|
||||
inf := tree.New("/")
|
||||
var nd, nf int
|
||||
if d, f := inf.Visit(opts); f != 0 {
|
||||
if d > 0 {
|
||||
d--
|
||||
}
|
||||
nd, nf = nd+d, nf+f
|
||||
}
|
||||
inf.Print(opts)
|
||||
|
||||
Reference in New Issue
Block a user