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

Commit 8b3af31

Browse files
Escaping the path to the script
1 parent 870ed3b commit 8b3af31

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
@@ -76,7 +76,7 @@ public OctorunTask(CancellationToken token, NPath pathToNodeJs, NPath pathToOcto
7676
this.userToken = userToken;
7777
this.pathToNodeJs = pathToNodeJs;
7878
this.pathToOctorunJs = pathToOctorunJs;
79-
this.arguments = $"{pathToOctorunJs} {arguments}";
79+
this.arguments = $"\"{pathToOctorunJs}\" {arguments}";
8080
}
8181

8282
public override void Configure(ProcessStartInfo psi)

0 commit comments

Comments
 (0)