1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28586 from felipeweb/fix_infinite_recursion

fix infinite recursion
This commit is contained in:
Alexander Morozov 2016-11-18 06:44:52 -08:00 committed by GitHub
commit 8874f80e67

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