mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
protondrive: fix encoding of Root method
This fixes the TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot integration test.
This commit is contained in:
parent
cdcb8b2a0a
commit
5750795324
|
@ -244,7 +244,7 @@ func (f *Fs) Name() string {
|
|||
|
||||
// Root of the remote (as passed into NewFs)
|
||||
func (f *Fs) Root() string {
|
||||
return f.root
|
||||
return f.opt.Enc.ToStandardPath(f.root)
|
||||
}
|
||||
|
||||
// String converts this Fs to a string
|
||||
|
|
Loading…
Reference in New Issue
Block a user