mirror of
https://github.com/rclone/rclone.git
synced 2025-01-09 07:48:19 +01:00
drive: Fix path parsing
This commit is contained in:
parent
b0064e6405
commit
bc221fb27e
@ -211,7 +211,7 @@ func (f *FsDrive) String() string {
|
||||
|
||||
// parseParse parses a drive 'url'
|
||||
func parseDrivePath(path string) (root string, err error) {
|
||||
root = strings.Trim(root, "/")
|
||||
root = strings.Trim(path, "/")
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user