Fix the things to pass CircleCI
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user