From 0d4be0fcdc6fceeaa54196089dc1c2850ef680bc Mon Sep 17 00:00:00 2001 From: DerKi Date: Sat, 29 Oct 2022 01:02:59 +0800 Subject: [PATCH] Update T1070.003.yaml (#2209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In this command "Set-PSReadLineOption -HistorySaveStyle SaveIncrementally",The "–" correct is "-" --- atomics/T1070.003/T1070.003.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1070.003/T1070.003.yaml b/atomics/T1070.003/T1070.003.yaml index 922f1efc..56168843 100644 --- a/atomics/T1070.003/T1070.003.yaml +++ b/atomics/T1070.003/T1070.003.yaml @@ -128,7 +128,7 @@ atomic_tests: - windows executor: command: | - Set-PSReadlineOption –HistorySaveStyle SaveNothing + Set-PSReadlineOption -HistorySaveStyle SaveNothing name: powershell cleanup_command: 'Set-PSReadLineOption -HistorySaveStyle SaveIncrementally'