diff --git a/common/retry/retry.go b/common/retry/retry.go index 55523fda2..0497c2cf5 100644 --- a/common/retry/retry.go +++ b/common/retry/retry.go @@ -7,7 +7,7 @@ import ( ) var ( - ErrRetryFailed = newError("Retry: All retry attempts failed.") + ErrRetryFailed = newError("all retry attempts failed") ) // Strategy is a way to retry on a specific function.