mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Error strings should not be capitalized
Reported by staticcheck 2022.1.2 (v0.3.2) See: staticcheck.io
This commit is contained in:
@@ -199,7 +199,7 @@ func Lsf(ctx context.Context, fsrc fs.Fs, out io.Writer) error {
|
||||
case 'T':
|
||||
list.AddTier()
|
||||
default:
|
||||
return fmt.Errorf("Unknown format character %q", char)
|
||||
return fmt.Errorf("unknown format character %q", char)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user