Set the name correctly
This commit is contained in:
parent
1ab318fb30
commit
feebea3aa2
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@ namespace MatterHackers.MatterControl.Library
|
|||
return new GitHubContainer.GitHubContainerLink(containerName, this.owner, this.repository, this.path);
|
||||
|
||||
case "local":
|
||||
return new FileSystemContainer.DirectoryContainerLink(this.path);
|
||||
return new FileSystemContainer.DirectoryContainerLink(this.path)
|
||||
{
|
||||
Name = containerName
|
||||
};
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue