forked from TrueCloudLab/certificates
Fix typo in ProvisionerInfo
This commit is contained in:
parent
64744562c6
commit
c5c7c30cc2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ type CreateCertificateRequest struct {
|
|||
Provisioner *ProvisionerInfo
|
||||
}
|
||||
|
||||
// ProvisionerInfo contains information of the provisioner used to authorize an
|
||||
// ProvisionerInfo contains information of the provisioner used to authorize a
|
||||
// certificate.
|
||||
type ProvisionerInfo struct {
|
||||
ProvisionerID string
|
||||
|
|
Loading…
Reference in a new issue