diff --git a/backend/qingstor/qingstor.go b/backend/qingstor/qingstor.go index 5bde80eb0..91b038de5 100644 --- a/backend/qingstor/qingstor.go +++ b/backend/qingstor/qingstor.go @@ -392,7 +392,7 @@ func (f *Fs) Root() string { // String converts this Fs to a string func (f *Fs) String() string { if f.rootBucket == "" { - return fmt.Sprintf("QingStor root") + return "QingStor root" } if f.rootDirectory == "" { return fmt.Sprintf("QingStor bucket %s", f.rootBucket)