Skip to content

Commit d5de54f

Browse files
authored
Merge pull request #974 from rumpl/fix-agent-key
Fix the agent key for oci ref
2 parents fb6347f + 8fa4ded commit d5de54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/config/resolve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func ResolveSources(agentsPath string) (Sources, error) {
6666
}
6767

6868
return map[string]Source{
69-
resolvedPath: NewOCISource(agentsPath),
69+
reference.OciRefToFilename(agentsPath): NewOCISource(agentsPath),
7070
}, nil
7171
}
7272

0 commit comments

Comments
 (0)