Skip to content

Commit 35d4a91

Browse files
committed
fix
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent ab23e02 commit 35d4a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/attestation/crafter/crafter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func (c *Crafter) AutoCollectPRMetadata(ctx context.Context, attestationID strin
536536

537537
// Create a temporary file for the metadata
538538
materialName := fmt.Sprintf("pr-metadata-%s", metadata.Number)
539-
tmpFile, err := os.CreateTemp("", fmt.Sprintf("%s.json", materialName)
539+
tmpFile, err := os.CreateTemp("", fmt.Sprintf("%s.json", materialName))
540540
if err != nil {
541541
return fmt.Errorf("failed to create temp file: %w", err)
542542
}

0 commit comments

Comments
 (0)