Update pkg/cmd/attestation/api/client.go
Co-authored-by: Phill MV <phillmv@github.com>
This commit is contained in:
parent
42cb2547cd
commit
51a74aed1d
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ func (c *LiveClient) fetchBundlesByURL(attestations []*Attestation) ([]*Attestat
|
|||
g := errgroup.Group{}
|
||||
for i, a := range attestations {
|
||||
g.Go(func() error {
|
||||
b, err := c.fetchBundleByURL(a)
|
||||
b, err := c.GetBundle(url)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to fetch bundle with URL: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue