mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 14:15:12 +00:00
I feel dumb for this one
In my defense my machine has been having issues
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Octokit.Reactive
|
||||
Ensure.ArgumentNotNullOrEmptyString(owner, "owner");
|
||||
Ensure.ArgumentNotNullOrEmptyString(repositoryName, "repositoryName");
|
||||
|
||||
return _client.GetLatestBuild(owner, repositoryName).ToObservable();
|
||||
return _client.GetLatest(owner, repositoryName).ToObservable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user