Fixed typo

This commit is contained in:
Ali Shuja Siddiqui 2020-06-10 10:57:09 -04:00 committed by GitHub
parent 3b5f0a5e00
commit 863b7400b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ if err != nil {
ek := eks[0]
akConfig := &attest.AKConfig{}
ak, err := attest.NewAK(akConfig)
ak, err := tpm.NewAK(akConfig)
if err != nil {
// handle error
}