mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
flags: remove --no-traverse flag because it is obsolete - fixes #1813
Signed-off-by: Ernest Borowski <er.borowski@gmail.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
acd55a8f65
commit
5cce74d630
@@ -179,8 +179,6 @@ func newFsSrc(remote string) (fs.Fs, string) {
|
||||
fs.CountError(err)
|
||||
log.Fatalf("Failed to limit to single file %q: %v", remote, err)
|
||||
}
|
||||
// Set --no-traverse as only one file
|
||||
fs.Config.NoTraverse = true
|
||||
}
|
||||
return f, fileName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user