From 88b49ee64009772fdf0e85ef5b894aafb1087399 Mon Sep 17 00:00:00 2001 From: jason yang Date: Fri, 5 Apr 2024 15:52:01 +0900 Subject: [PATCH] patch the config path Signed-off-by: jason yang --- e2e/registry/registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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