quatrix: fix f.String() not including subpath

This commit is contained in:
nielash 2024-04-22 19:16:36 -04:00 committed by Nick Craig-Wood
parent 0735f44f91
commit 17cd7a9496

View File

@ -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