fix infinite recursion
Signed-off-by: Felipe Oliveira <felipeweb.programador@gmail.com> Upstream-commit: 271b1f27563b18a125b89d2d2629246213dbfd96 Component: engine
This commit is contained in:
@ -249,7 +249,7 @@ type PingResponseError struct {
|
||||
}
|
||||
|
||||
func (err PingResponseError) Error() string {
|
||||
return err.Error()
|
||||
return err.Err.Error()
|
||||
}
|
||||
|
||||
// PingV2Registry attempts to ping a v2 registry and on success return a
|
||||
|
||||
Reference in New Issue
Block a user