Fix Error Message

This commit is contained in:
caseysmithrc
2018-09-06 11:45:06 -06:00
parent de3c2b6684
commit 4fd7dd3cce
@@ -47,7 +47,7 @@ function Confirm-Dependencies {
switch ($Result) {
0 { Install-Module -Name powershell-yaml }
1 { exit }
1 { Write-Host "Atomic Red Team Requires PowerShell-Yaml Exiting" }
}
}
}