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

Commit 708e4df

Browse files
Fixing organization fork error
1 parent 8adaa98 commit 708e4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/Dialog/ForkRepositoryExecuteViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ IObservable<Repository> OnCreateFork(object o)
8282
{
8383
var newRepositoryFork = new NewRepositoryFork
8484
{
85-
Organization = !DestinationAccount.IsUser ? DestinationRepository.Name : null
85+
Organization = !DestinationAccount.IsUser ? DestinationAccount.Login : null
8686
};
8787

8888
IRepositoryModel sourceRepository = SourceRepository;

0 commit comments

Comments
 (0)