mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
optimize<Dashboard>: fix wt.exe not startup in given working directory
This commit is contained in:
parent
e2d34cc01a
commit
4a676e094d
2 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ namespace SourceGit.Views.Widgets {
|
|||
Process.Start(new ProcessStartInfo {
|
||||
WorkingDirectory = repo.Path,
|
||||
FileName = "wt",
|
||||
Arguments = bash,
|
||||
Arguments = $"-d \"{repo.Path}\" \"{bash}\"",
|
||||
UseShellExecute = false,
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue