mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Merge pull request #28586 from felipeweb/fix_infinite_recursion
fix infinite recursion Upstream-commit: 8874f80e67c560f44322233bfc22ecd86b85e9e2 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