diff --git a/src/wacoa/tools/CostRecommendations.ps1 b/src/wacoa/tools/CostRecommendations.ps1 index bd13f5929..c79b6d701 100644 --- a/src/wacoa/tools/CostRecommendations.ps1 +++ b/src/wacoa/tools/CostRecommendations.ps1 @@ -556,7 +556,7 @@ function Start-CostRecommendations { return } Write-Host "Prerequisites script downloaded successfully." -ForegroundColor Green - + return } try { @@ -711,4 +711,4 @@ function Start-CostRecommendations { if ($MyInvocation.InvocationName -ne '.') { Start-CostRecommendations -subscriptionIds $subscriptionIds -resourceGroupName $resourceGroupName -Verbose:$Verbose -} \ No newline at end of file +}