Skip to content

Commit

Permalink
Cleanup fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Frahry <[email protected]>
  • Loading branch information
dvob and mbfrahry committed Aug 7, 2023
1 parent be2444f commit 1bd8919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ func keyVaultCertificateCreationRefreshFunc(ctx context.Context, client *keyvaul
return operation, "Provisioning", nil
}

if *operation.Status == "completed" {
if strings.EqualFold(*operation.Status, "completed") {
return operation, "Ready", nil
}

Expand Down

0 comments on commit 1bd8919

Please sign in to comment.