Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-12 12:55:42 -06:00
parent f1a2f8f0fc
commit b8c9f96da7

View file

@ -175,7 +175,7 @@ func createMetadataFile(attestationsResp []*api.Attestation, filePath string) (s
}
if err = f.Close(); err != nil {
return "", fmt.Errorf("failed ot close file after writing metadata: %w", err)
return "", fmt.Errorf("failed to close file after writing metadata: %w", err)
}
return filePath, nil