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:
@@ -402,7 +402,7 @@ To reconnect use "rclone config reconnect".
|
||||
}
|
||||
err := doDisconnect(context.Background())
|
||||
if err != nil {
|
||||
return fmt.Errorf("Disconnect call failed: %w", err)
|
||||
return fmt.Errorf("disconnect call failed: %w", err)
|
||||
}
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user