mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
5323a21898
Before this change, the MoveCaseInsensitive logic in operations.move made the assumption that dst != nil && remote != "". After this change, it should work correctly when either one is present without the other.