diff --git a/backend/quatrix/quatrix.go b/backend/quatrix/quatrix.go index ba15225b3..34c5db8c0 100644 --- a/backend/quatrix/quatrix.go +++ b/backend/quatrix/quatrix.go @@ -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