diff --git a/teardown.ps1 b/teardown.ps1 index 3b27797..6664487 100644 --- a/teardown.ps1 +++ b/teardown.ps1 @@ -22,7 +22,7 @@ if ($rg) { } catch { $_ | Out-File -FilePath $logFile -Append - Write-Host "ERROR: Deletion of Resouce Group: $Name-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red + Write-Host "ERROR: Deletion of Resource Group: $Name-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red exit } @@ -42,7 +42,7 @@ if ($webrg) { } catch { $_ | Out-File -FilePath $logFile -Append - Write-Host "ERROR: Deletion of Resouce Group: $Name-webserver-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red + Write-Host "ERROR: Deletion of Resource Group: $Name-webserver-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red exit }