Skip to content

Commit

Permalink
Remove duplicate name from repo path (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Johnson <ejohn@microsoft.com>
  • Loading branch information
EricJohnson327 and Eric Johnson committed Mar 18, 2023
1 parent f509d47 commit 2891b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ private async void LoginIdsComboBox_SelectionChanged(object sender, SelectionCha
{
foreach (var repository in repositories)
{
repositoriesToShow.Add(loginId + "/" + repository.DisplayName());
repositoriesToShow.Add(repository.DisplayName());
}

avalibleRepositoresToSelectFrom = repositories.ToList();
Expand Down

0 comments on commit 2891b55

Please sign in to comment.