Skip to content

Commit

Permalink
Generate docs from job=validate_atomics_generate_docs branch=master
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Atomic Red Team doc generator committed Jun 19, 2020
1 parent 08a1750 commit c77258e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40073,7 +40073,7 @@ execution:
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
2 changes: 1 addition & 1 deletion atomics/T1569.002/T1569.002.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Upon successful execution, cmd.exe create a new service using sc.exe create that


```cmd
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}
```
Expand Down

0 comments on commit c77258e

Please sign in to comment.