[PATCH] cli/registry: fix a Debugf statement
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 10 Oct 2018 06:36:04 +0000 (23:36 -0700)
committerFelix Geyer <fgeyer@debian.org>
Sun, 14 Jun 2020 20:12:29 +0000 (21:12 +0100)
commit26b2abffade3b1a9ce919d01e21b5733167a1243
tree000da5a980aa37adccf2a80321db3672367b8fde
parent07f55ec372afb71f0e98cd71f6fd246b68293f97
[PATCH] cli/registry: fix a Debugf statement

Fix this warning from go-1.11

> cli/registry/client/fetcher.go:234: Debugf format %s has arg
> repoEndpoint of wrong type client.repositoryEndpoint

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Origin: upstream, https://github.com/docker/cli/commit/51848bf

Gbp-Pq: Name cli-fix-registry-debug-message-go-1.11.patch
cli/cli/registry/client/fetcher.go