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

Commit d2f70fd

Browse files
committed
Missed one
1 parent 5b5ca25 commit d2f70fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Authentication/LoginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ string code
308308

309309
ApplicationAuthorization auth = null;
310310
var loginTask = new SimpleListProcessTask(taskManager.Token, loginTool, $"login --host={host} --2fa");
311-
loginTask.Configure(processManager, true);
311+
loginTask.Configure(processManager, workingDirectory: loginTool.Parent, withInput: true);
312312
loginTask.OnStartProcess += proc =>
313313
{
314314
proc.StandardInput.WriteLine(username);

0 commit comments

Comments
 (0)