diff --git a/e2e/registry/registry.go b/e2e/registry/registry.go index fb2e48a9a3..cf1a46ea47 100644 --- a/e2e/registry/registry.go +++ b/e2e/registry/registry.go @@ -361,7 +361,7 @@ func (c ctx) registryIssue2226(t *testing.T) { } u := e2e.CurrentUser(t) - configPath := filepath.Join(u.Dir, ".singularity", syfs.DockerConfFile) + configPath := filepath.Join(u.Dir, ".apptainer", syfs.DockerConfFile) sourceCtx.AuthFilePath = configPath destCtx.AuthFilePath = configPath