optimize<Dashboard>: fix wt.exe not startup in given working directory

This commit is contained in:
leo 2021-09-13 13:38:21 +08:00
parent e2d34cc01a
commit 4a676e094d
2 changed files with 2 additions and 2 deletions

View file

@ -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 {