From 5d5d8ffaf44e74b86ee52bc147bbc6c6541904ab Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Sun, 2 Sep 2018 13:55:38 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=technique-fixup-cs --- atomics/T1050/T1050.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1050/T1050.md b/atomics/T1050/T1050.md index b478e357..f1721949 100644 --- a/atomics/T1050/T1050.md +++ b/atomics/T1050/T1050.md @@ -58,6 +58,6 @@ Installs A Local Service via PowerShell #### Run it with `powershell`! ``` -powershell New-Service -Name "AtomicTestService" -BinaryPathName "#{binary_path}" +powershell.exe New-Service -Name "AtomicTestService" -BinaryPathName "#{binary_path}" ```