quatrix: fix f.String() not including subpath

This commit is contained in:
nielash
2024-05-13 18:32:41 +01:00
committed by Nick Craig-Wood
parent 0735f44f91
commit 17cd7a9496
+1 -1
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