Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit bc30989

Browse files
Correcting the path
1 parent a2c4b5c commit bc30989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Tasks/OctorunTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public override void Configure(ProcessStartInfo psi)
8181
{
8282
base.Configure(psi);
8383

84-
psi.WorkingDirectory = pathToOctorunJs.Parent.Parent;
84+
psi.WorkingDirectory = pathToOctorunJs.Parent.Parent.Parent;
8585

8686
if (clientId != null)
8787
{

0 commit comments

Comments
 (0)