Skip to content

Commit

Permalink
fix quoting issue (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
JrOrOneEquals1 authored Jun 19, 2020
1 parent 103a7ca commit 08a1750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomics/T1569.002/T1569.002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ atomic_tests:
default: '%COMSPEC% /c powershell.exe -nop -w hidden -command New-Item -ItemType File C:\art-marker.txt'
executor:
command: |
sc.exe create #{service_name} binPath= #{executable_command}
sc.exe create #{service_name} binPath= "#{executable_command}"
sc.exe start #{service_name}
sc.exe delete #{service_name}
name: command_prompt
Expand Down Expand Up @@ -56,4 +56,4 @@ atomic_tests:
executor:
command: |
#{psexec_exe} \\#{remote_host} "C:\Windows\System32\calc.exe"
name: powershell
name: powershell

0 comments on commit 08a1750

Please sign in to comment.