Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1447 from github/fixes/1446-fix-create-repository
Browse files Browse the repository at this point in the history
Fix cloning after creating a repository.
  • Loading branch information
shana committed Feb 1, 2018
2 parents 204c548 + 616d5a0 commit f10ea7d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -375,6 +375,7 @@ async Task RefreshRepositories()

public void DoCreate()
{
ServiceProvider.GitServiceProvider = TEServiceProvider;
var dialogService = ServiceProvider.GetService<IDialogService>();
dialogService.ShowCreateRepositoryDialog(SectionConnection);
}
Expand Down

0 comments on commit f10ea7d

Please sign in to comment.