diff --git a/octopus-samples-instances/api-scripts/call-enforce-space-standards-runbook.ps1 b/octopus-samples-instances/api-scripts/call-enforce-space-standards-runbook.ps1 index c2240ee..6583254 100644 --- a/octopus-samples-instances/api-scripts/call-enforce-space-standards-runbook.ps1 +++ b/octopus-samples-instances/api-scripts/call-enforce-space-standards-runbook.ps1 @@ -96,8 +96,8 @@ if ([string]::IsNullOrWhiteSpace($OptionalSpaceId) -eq $false -and $OptionalSpac $env:OCTOPUS_URL = $AdminInstanceUrl $env:OCTOPUS_API_KEY = $AdminInstanceApiKey -Write-Verbose "Setting stderr to ignore" -Write-Host "##octopus[stderr-ignore]" +Write-Verbose "Setting stderr to progress" +Write-Host "##octopus[stderr-progress]" foreach ($space in $spacesList) { Write-Host "Queueing a runbook run for $($space.Name) using the space id $($space.Id). The runbook will run on $AdminInstanceUrl for the environment $AdminEnvironmentName in the space $AdminSpaceName"