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

Commit 2bb7433

Browse files
Removing unused NPath call
1 parent 2a82549 commit 2bb7433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/OutputProcessors/ProcessManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public ProcessManager(IEnvironment environment, IProcessEnvironment gitEnvironme
2525
public T Configure<T>(T processTask, bool withInput = false) where T : IProcess
2626
{
2727
NPath executableFileName;
28-
if (processTask.ProcessName?.ToNPath() != null)
28+
if (processTask.ProcessName != null)
2929
{
3030
executableFileName = processTask.ProcessName.ToNPath();
3131
//logger.Trace("Configuring Task:{0} with Exec:{1}", processTask.GetType().Name, executableFileName);

0 commit comments

Comments
 (0)