You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue where recursive directories causing errors
If a recursive source directory (e.g. "a/b/") is specified,
flatten the final result such that the end result only copies the
final child directory (no parents): "desired/destination/b"