cli/registry: fix a Debugf statement
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 10 Oct 2018 06:36:04 +0000 (23:36 -0700)
committerArnaud Rebillout <arnaud.rebillout@collabora.com>
Wed, 4 Sep 2019 07:54:29 +0000 (08:54 +0100)
commitbc6e67daf6b8ebac6e5d654e521b3a8a023d6ec5
treeaab5620232637d502a22fe99ef0d4e5683c3e338
parent6f07c1028578e3cc708eb69356378e079804e5bb
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