diff --git a/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 b/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 index 27964aed..0f14d60e 100644 --- a/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 +++ b/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 @@ -47,7 +47,7 @@ function Confirm-Dependencies { switch ($Result) { 0 { Install-Module -Name powershell-yaml } - 1 { Write-Host "Atomic Red Team Requires PowerShell-Yaml Exiting" } + 1 { Write-Host "Atomic Red Team Requires PowerShell-Yaml Exiting"; exit} } } }