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

Commit c124acd

Browse files
Merge branch 'fixes/octorun-js-working-directory' into fixes/octorun-user-agent
2 parents 45328a0 + bc30989 commit c124acd

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
@@ -82,7 +82,7 @@ public override void Configure(ProcessStartInfo psi)
8282
{
8383
base.Configure(psi);
8484

85-
psi.WorkingDirectory = pathToOctorunJs.Parent.Parent;
85+
psi.WorkingDirectory = pathToOctorunJs.Parent.Parent.Parent;
8686

8787
psi.EnvironmentVariables.Add("OCTOKIT_USER_AGENT", $"{ApplicationInfo.ApplicationSafeName}/{ApplicationInfo.Version}");
8888

0 commit comments

Comments
 (0)