Skip to content

Commit

Permalink
fix typo (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 authored Oct 7, 2023
1 parent 6ac2195 commit 72585c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1036/T1036.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72585c9

Please sign in to comment.