T1105: fix bitsadmin local_path (#1051)

Absolute path is required

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Clément Notin
2020-06-20 00:28:03 +02:00
committed by GitHub
parent a9581378a7
commit 60f399cdca
+1 -1
View File
@@ -226,7 +226,7 @@ atomic_tests:
local_path:
description: Local path to place file
type: Path
default: Atomic-license.txt
default: '%temp%\Atomic-license.txt'
remote_file:
description: URL of file to copy
type: Url