diff --git a/Tools/Initialize-InfisicalCertManagerEnvironment.ps1 b/Tools/Initialize-InfisicalCertManagerEnvironment.ps1 index e6f378d..3df8d20 100644 --- a/Tools/Initialize-InfisicalCertManagerEnvironment.ps1 +++ b/Tools/Initialize-InfisicalCertManagerEnvironment.ps1 @@ -1140,7 +1140,7 @@ Set-StrictMode -Version Latest $created = Invoke-InfisicalApi -Method 'POST' -Path '/api/v1/cert-manager/certificate-profiles' -Body $body $createdProfile = Get-ApiObject -InputObject $created -Name 'certificateProfile' $resolved[$definition.Slug] = $createdProfile - Write-Step "profile '$($definition.Slug)' ($($createdProfile.id)) enrollment=$enrollmentType" -Status 'Created' + Write-Step "profile '$($definition.Slug)' ($($createdProfile.id))" -Status 'Created' } return $resolved