IRepositoriesClient.RepoCollaborators -> IRepositoriesClient.Collaborator

This commit is contained in:
Mordechai Zuber
2015-12-23 16:11:43 +02:00
parent 2ede6e2b26
commit 10c3b2ad5f
6 changed files with 44 additions and 2 deletions
@@ -14,7 +14,7 @@ namespace Octokit.Reactive
{
Ensure.ArgumentNotNull(client, "client");
_client = client.Repository.RepoCollaborators;
_client = client.Repository.Collaborator;
_connection = client.Connection;
}