Merge pull request #169 from alishuja/master

Fixed typo
This commit is contained in:
Eric Chiang 2020-06-10 08:01:05 -07:00 committed by GitHub
commit 0fec707a00
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
}