mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 13:20:30 +08:00
fix: cloned repository was not added into repository tree
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -106,7 +106,7 @@ namespace SourceGit.ViewModels
|
||||
var succ = await new Commands.Clone(_pageId, _parentFolder, _remote, _local, _useSSH ? _sshKey : "", _extraArgs)
|
||||
.Use(log)
|
||||
.ExecAsync();
|
||||
if (succ)
|
||||
if (!succ)
|
||||
return false;
|
||||
|
||||
var path = _parentFolder;
|
||||
|
||||
Reference in New Issue
Block a user