Skip to content

Commit

Permalink
patch the config path
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Apr 5, 2024
1 parent 05ec5ee commit 88b49ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 88b49ee

Please sign in to comment.