Skip to content

Commit 3e920b9

Browse files
authored
Merge pull request #2 from ovh/dev/aleblanc/patch-main
Fix typo
2 parents b4c342d + e8a92ae commit 3e920b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func VerifySSHKey(sshKey string, attestation string, keyCertificate string) (*Re
4444
return nil, errors.Wrap(err, "Failed to compute SSH Key from attestation")
4545
}
4646
if !bytes.Equal(sshPubKey.Marshal(), attPubKey.Marshal()) {
47-
return nil, errors.New("SSH Key doesn't match attesation")
47+
return nil, errors.New("SSH Key doesn't match attestation")
4848
}
4949

5050
// Parse key certificate and verify attestation signature

0 commit comments

Comments
 (0)