typo
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
f1a2f8f0fc
commit
b8c9f96da7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue