Skip to content

Commit

Permalink
fix: download paths via tar ref
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Jan 15, 2025
1 parent 603bba0 commit 7c46db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (c *Check) checkWithSubDirs(ctx context.Context, rnd *rand.Rand, o Options,

// download other paths and compare
for i := 0; i < len(files); i++ {
err = c.download(downClient, rootFeedRef.Reference, &files[i], files[0])
err = c.download(downClient, tarFile.Address(), &files[i], files[0])
if err != nil {
return err
}
Expand Down

0 comments on commit 7c46db3

Please sign in to comment.