From 9468c7d87dec63de4c281446dec32d3a4d4e607d Mon Sep 17 00:00:00 2001 From: JrOrOneEquals1 <49999278+JrOrOneEquals1@users.noreply.github.com> Date: Fri, 19 Jun 2020 01:15:15 +0000 Subject: [PATCH] fix input arg name (#1063) Co-authored-by: Carrie Roberts --- atomics/T1543.004/T1543.004.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1543.004/T1543.004.yaml b/atomics/T1543.004/T1543.004.yaml index a806db85..7e4b5428 100644 --- a/atomics/T1543.004/T1543.004.yaml +++ b/atomics/T1543.004/T1543.004.yaml @@ -21,7 +21,7 @@ atomic_tests: dependency_executor_name: bash dependencies: - description: | - The shared library must exist on disk at specified location (#{path_to_shared_library}) + The shared library must exist on disk at specified location (#{path_malicious_plist}) prereq_command: | if [ -f #{path_malicious_plist} ]; then exit 0; else exit 1; fi; get_prereq_command: |