Update CommitStatus to Status on RepositoriesClient and ObservableRepositoriesClient

This commit is contained in:
Robert Pethick
2015-12-23 16:34:29 +00:00
parent 078c710f8e
commit 857aa06bf0
6 changed files with 65 additions and 19 deletions
@@ -13,7 +13,7 @@ namespace Octokit.Reactive
{
Ensure.ArgumentNotNull(client, "client");
_client = client.Repository.CommitStatus;
_client = client.Repository.Status;
_connection = client.Connection;
}