From af2e5938e176c2a9c30cd8c0ab246cf67159dee3 Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 5 Sep 2018 13:45:45 -0600 Subject: [PATCH] Fixed Error Message --- .../Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 b/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 index 99159ad1..c1511d33 100644 --- a/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 +++ b/execution-frameworks/Invoke-AtomicRedTeam/Invoke-AtomicRedTeam.ps1 @@ -131,7 +131,7 @@ function Invoke-AtomicTest { break } default { - "Something horrible happened" + "Unable to generate or execute the command line properly." break } }