We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9208cd4 commit 80bd68dCopy full SHA for 80bd68d
pkg/docker/config/config_test.go
@@ -896,7 +896,7 @@ func TestSetCredentialsInteroperability(t *testing.T) {
896
configDir := t.TempDir()
897
configPath := filepath.Join(configDir, config.ConfigFileName)
898
899
- // The credential lookups are intended to match github.com/docker/cli/command/image.RunPull .
+ // The credential lookups are intended to match github.com/docker/cli/command/image.runPull .
900
dockerRef, err := dockerReference.ParseNormalizedNamed(c.queryRepo)
901
require.NoError(t, err)
902
dockerRef = dockerReference.TagNameOnly(dockerRef)
0 commit comments