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>
Mon, 13 May 2019 02:34:45 +0000 (03:34 +0100)
commitbb3492c661149cb44b1295a2d05aff8cb3fa78f4
treeb2d7bff6bfc34e8dbdae61f3f81cc9b437617499
parent6538a27cf44f3f6966074771459b69e7200bdd1b
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