mirror of
https://github.com/rclone/rclone.git
synced 2025-06-03 00:36:38 +02: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)
|
// Root of the remote (as passed into NewFs)
|
||||||
func (f *Fs) Root() string {
|
func (f *Fs) Root() string {
|
||||||
return f.root
|
return f.opt.Enc.ToStandardPath(f.root)
|
||||||
}
|
}
|
||||||
|
|
||||||
// String converts this Fs to a string
|
// String converts this Fs to a string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user