From 3a3a7ba6e3a0ce80cf60be5ad6d176dcaa586ddd Mon Sep 17 00:00:00 2001 From: Pierre-Jean Grenier Date: Wed, 22 Apr 2020 17:48:49 +0200 Subject: [PATCH] Fix: powerShell -> powershell (#951) Co-authored-by: Carrie Roberts --- atomics/T1095/T1095.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1095/T1095.yaml b/atomics/T1095/T1095.yaml index e6939c12..3bfea41c 100644 --- a/atomics/T1095/T1095.yaml +++ b/atomics/T1095/T1095.yaml @@ -47,7 +47,7 @@ atomic_tests: type: path default: "$env:TEMP\\T1095" - dependency_executor_name: powerShell + dependency_executor_name: powershell dependencies: - description: | ncat.exe must be available at specified location (#{ncat_exe})