Fix the things to pass CircleCI

This commit is contained in:
Tony M Lambert
2018-10-19 16:15:44 -04:00
parent 9a00a05ba0
commit ff02488808
+4 -4
View File
@@ -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: |