mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
eb5a95e7de
When combining the remote value and the root path, preserve the absence or presence of the / at the beginning of the wrapped remote path. e.g. a remote "cloud:" and root path "dir" becomes "cloud:dir" instead of "cloud:/dir".