Skip to content

Commit 58de5e7

Browse files
committed
Some input paths need to be drive translated.
1 parent 5b01c67 commit 58de5e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parse_input_paths.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ $mapping_path = & "$getVariable" -defaultVal "$work_space_path" -setVal "$map
1515
$work_path = & "$getVariable" -defaultVal "$mapping_path" -setVal "$workPath";
1616

1717
& "$setoutputVariable" -replace "" -name workspace_path -val "$work_space_path";
18-
& "$setoutputVariable" -replace "" -name mapping_path -val "$mapping_path";
19-
& "$setoutputVariable" -replace "" -name work_path -val "$work_path";
18+
& "$setoutputVariable" -name mapping_path -val "$mapping_path";
19+
& "$setoutputVariable" -name work_path -val "$work_path";

0 commit comments

Comments
 (0)