From ff024888081a37cee621e596027d722643c95a91 Mon Sep 17 00:00:00 2001 From: Tony M Lambert Date: Fri, 19 Oct 2018 16:15:44 -0400 Subject: [PATCH] Fix the things to pass CircleCI --- atomics/T1158/T1158.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/atomics/T1158/T1158.yaml b/atomics/T1158/T1158.yaml index 89101812..751c6e10 100644 --- a/atomics/T1158/T1158.yaml +++ b/atomics/T1158/T1158.yaml @@ -58,9 +58,9 @@ atomic_tests: input_arguments: filename: - description: path of file to hide + description: path of file to mark as system type: path - default: "C:\Windows\Temp\sensitive_file.txt" + default: C:\Windows\Temp\sensitive_file.txt executor: name: command_prompt command: | @@ -75,9 +75,9 @@ atomic_tests: input_arguments: filename: - description: path of file to hide + description: path of file to mark as hidden type: path - default: "C:\Windows\Temp\sensitive_file.txt" + default: C:\Windows\Temp\sensitive_file.txt executor: name: command_prompt command: |