lower case errors

pull/4950/head
Medya Gh 2019-08-01 13:52:46 -07:00
parent 1c8a655154
commit fdc3b39e49
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func stopKubelet(exec command.Runner) error {
}
if err := util.RetryAfter(3, stop, 2*time.Second); err != nil {
return errors.Wrapf(err, "Error stopping kubelet")
return errors.Wrapf(err, "error stopping kubelet")
}
return nil