Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Jun 16, 2024
1 parent 721e8db commit ee2f076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function Get-DeploymentTargetResourceList {
} while ($searchRetryCount -le $searchRetryLimit)

if (-not $resourcesToRemove) {
Write-Warning "No deployment target resources found for [$name]"
Write-Warning ('No deployment target resources found for [{0}]' -f ($DeploymentNames -join ', '))
return @()
}

Expand Down

0 comments on commit ee2f076

Please sign in to comment.