Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions teardown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
Expand All @@ -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

}
Expand Down