1
0
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:
Felipe Oliveira
2016-11-18 10:57:50 -02:00
parent c61cce0a3d
commit bc1922b24e

View File

@@ -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