mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
commit
6844e2d9ba
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ namespace SourceGit.Views.Widgets {
|
||||||
if (hitted == null || hitted != submodule) return;
|
if (hitted == null || hitted != submodule) return;
|
||||||
|
|
||||||
var sub = new Models.Repository();
|
var sub = new Models.Repository();
|
||||||
sub.Path = Path.Combine(repo.Path, submodule);
|
sub.Path = Path.GetFullPath(Path.Combine(repo.Path, submodule));
|
||||||
sub.GitDir = new Commands.QueryGitDir(sub.Path).Result();
|
sub.GitDir = new Commands.QueryGitDir(sub.Path).Result();
|
||||||
sub.Name = repo.Name + " : " + Path.GetFileName(submodule);
|
sub.Name = repo.Name + " : " + Path.GetFileName(submodule);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue