Update T1070.003.yaml (#2209)

In this command "Set-PSReadLineOption -HistorySaveStyle SaveIncrementally",The "–" correct is "-"
This commit is contained in:
DerKi
2022-10-29 01:02:59 +08:00
committed by GitHub
parent c434c577af
commit 0d4be0fcdc
+1 -1
View File
@@ -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'