Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-06-19 16:30:34 +00:00
parent 08a1750179
commit c77258e6fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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}
```