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'