mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
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