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
|
Provisioner *ProvisionerInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProvisionerInfo contains information of the provisioner used to authorize an
|
// ProvisionerInfo contains information of the provisioner used to authorize a
|
||||||
// certificate.
|
// certificate.
|
||||||
type ProvisionerInfo struct {
|
type ProvisionerInfo struct {
|
||||||
ProvisionerID string
|
ProvisionerID string
|
||||||
|
|
Loading…
Reference in a new issue