mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 08:58:26 +08:00
http: error strings should not be capitalized
This commit is contained in:
parent
d8a874c32b
commit
162aba60eb
|
@ -409,7 +409,7 @@ func (f *Fs) readDir(ctx context.Context, dir string) (names []string, err error
|
|||
return nil, fmt.Errorf("readDir: %w", err)
|
||||
}
|
||||
default:
|
||||
return nil, fmt.Errorf("Can't parse content type %q", contentType)
|
||||
return nil, fmt.Errorf("can't parse content type %q", contentType)
|
||||
}
|
||||
return names, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user