From 72585c9dd7188c6fab402f9cb4c25a8968a21278 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Sat, 7 Oct 2023 13:05:53 -0600 Subject: [PATCH] fix typo (#2556) --- atomics/T1036/T1036.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1036/T1036.yaml b/atomics/T1036/T1036.yaml index 6b2a606cbb..cb285faa36 100644 --- a/atomics/T1036/T1036.yaml +++ b/atomics/T1036/T1036.yaml @@ -34,7 +34,7 @@ atomic_tests: executor: command: |- Expand-Archive -Path "PathToAtomicsFolder\..\ExternalPayloads\T1036.zip" -DestinationPath "$env:userprofile\Downloads\T1036" -Force - cd "$env:userprofile\Downloadss\T1036" + cd "$env:userprofile\Downloads\T1036" cmd /c "$env:userprofile\Downloads\T1036\README.cmd" >$null 2>$null cleanup_command: |- taskkill /IM Calculator.exe /f >$null 2>$null