remove break issue #211

remove break issue https://github.com/vmware/PowerCLI-Example-Scripts/issues/211
This commit is contained in:
Wouter Kursten
2018-07-17 20:40:58 +02:00
committed by GitHub
parent 2200c4d25d
commit 355d499301

View File

@@ -8119,8 +8119,7 @@ function Get-HVEntitlement {
} }
if (! $results) { if (! $results) {
Write-Host "Get-HVEntitlement: No entitlements found with given search parameters" Write-Host "Get-HVEntitlement: No entitlements found with given search parameters"
break }
}
return $results return $results
} }
end { end {