mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: issue cause by commit eeb6abb560
This commit is contained in:
parent
eeb6abb560
commit
cebe07695a
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ namespace SourceGit.ViewModels
|
||||||
{
|
{
|
||||||
node = new RepositoryNode()
|
node = new RepositoryNode()
|
||||||
{
|
{
|
||||||
Id = Guid.NewGuid().ToString(),
|
Id = repo,
|
||||||
Name = Path.GetFileName(repo),
|
Name = Path.GetFileName(repo),
|
||||||
Bookmark = 0,
|
Bookmark = 0,
|
||||||
IsRepository = true,
|
IsRepository = true,
|
||||||
|
|
Loading…
Reference in a new issue