Skip to content

Commit

Permalink
azure -> Azure
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Tendyck <[email protected]>
  • Loading branch information
msanft and thomasten authored Sep 28, 2023
1 parent 174aa1a commit 58e3922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joinservice/internal/certcache/certcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ func NewClient(log *logger.Logger, kubeClient kubeClient, attVariant variant.Var
func (c *Client) CreateCertChainCache(ctx context.Context) (*CachedCerts, error) {
switch c.attVariant {
case variant.AzureSEVSNP{}:
c.log.Debugf("Creating azure SEV-SNP certificate chain cache")
c.log.Debugf("Creating Azure SEV-SNP certificate chain cache")
ask, ark, err := c.createCertChainCache(ctx, abi.VcekReportSigner)
if err != nil {
return nil, fmt.Errorf("failed to create azure SEV-SNP certificate chain cache: %w", err)
return nil, fmt.Errorf("creating Azure SEV-SNP certificate chain cache: %w", err)
}
return &CachedCerts{
ask: ask,
Expand Down

0 comments on commit 58e3922

Please sign in to comment.