Skip to content

Commit 6dae973

Browse files
committed
fix(build): injected code had parser errors
Signed-off-by: JobaDiniz <[email protected]>
1 parent 79a3066 commit 6dae973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Joba.IBM.RPA/Snippets/InjectDependencies.routine.snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
beginSub --name __ExportDependenciesAndSetWorkingDirectory
22
//Get the current 'process id'
33
writeToFile --value dummy --createrandomfile --encoding "Default" __dummyFilePathForPowershell=value
4-
powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\"" success=success
4+
powerShell --apartmentState "MTA" --script "$PID | OUT-FILE -FilePath \"${__dummyFilePathForPowershell}\""
55
readAllText --filepath "${__dummyFilePathForPowershell}" --encoding "Default" __pid=value
66
trimString --text "${__pid}" --trimoption "TrimStartAndEnd" __pid=value
77
//Unzipping

0 commit comments

Comments
 (0)