[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, 21 Feb 2021 17:18:35 +0000 (17:18 +0000)
commit25add03f067cab7d32a2e8ef05e70e0cd388ef09
treec0c77239a067c4506a5a27baf9913ece92492876
parente07fe283f727958da34db1477636473dc94c6726
[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