mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
quatrix: fix f.String() not including subpath
This commit is contained in:
parent
0735f44f91
commit
17cd7a9496
@ -349,7 +349,7 @@ func (f *Fs) Root() string {
|
||||
|
||||
// String converts this Fs to a string
|
||||
func (f *Fs) String() string {
|
||||
return f.description
|
||||
return f.description + " at " + f.root
|
||||
}
|
||||
|
||||
// Precision return the precision of this Fs
|
||||
|
Loading…
Reference in New Issue
Block a user