cli/registry: fix a Debugf statement
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 10 Oct 2018 06:36:04 +0000 (23:36 -0700)
committerShengjing Zhu <zhsj@debian.org>
Sat, 22 Jun 2019 17:25:10 +0000 (18:25 +0100)
commit2144c5ad1d09228e916cf3ce2de1829c83de29b7
tree2d28f4aa0123601e8057e203f266fae463b7f80b
parent39b53b749f968ca54d7f159c6e317fb3572e4448
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