Skip to content

Commit 80bd68d

Browse files
committed
Update for docker/cli code changes
Should not change behavior. Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 9208cd4 commit 80bd68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ func TestSetCredentialsInteroperability(t *testing.T) {
896896
configDir := t.TempDir()
897897
configPath := filepath.Join(configDir, config.ConfigFileName)
898898

899-
// The credential lookups are intended to match github.com/docker/cli/command/image.RunPull .
899+
// The credential lookups are intended to match github.com/docker/cli/command/image.runPull .
900900
dockerRef, err := dockerReference.ParseNormalizedNamed(c.queryRepo)
901901
require.NoError(t, err)
902902
dockerRef = dockerReference.TagNameOnly(dockerRef)

0 commit comments

Comments
 (0)