mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
commit
781569c7a0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace SourceGit.Native
|
|||
return;
|
||||
}
|
||||
|
||||
startInfo.FileName = FindWindowsTerminalApp();
|
||||
startInfo.FileName = wt;
|
||||
startInfo.Arguments = $"-d \"{workdir}\"";
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue