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

Commit 804a815

Browse files
Rename output processor
1 parent 484cd81 commit 804a815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.Api/Tasks/OctorunTask.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace GitHub.Unity
1010
{
11-
class OctorunTaskOutputProcessor : BaseOutputProcessor<OctorunResult>
11+
class OctorunResultOutputProcessor : BaseOutputProcessor<OctorunResult>
1212
{
1313
private int lineCount;
1414
private string status;
@@ -68,7 +68,7 @@ public OctorunTask(CancellationToken token, NPath pathToNodeJs, NPath pathToOcto
6868
string user = null,
6969
string userToken = null,
7070
IOutputProcessor<OctorunResult> processor = null)
71-
: base(token, processor ?? new OctorunTaskOutputProcessor())
71+
: base(token, processor ?? new OctorunResultOutputProcessor())
7272
{
7373
this.clientId = clientId;
7474
this.clientSecret = clientSecret;

0 commit comments

Comments
 (0)