Skip to content

Commit

Permalink
I feel dumb for this one
Browse files Browse the repository at this point in the history
In my defense my machine has been having issues
  • Loading branch information
M-Zuber committed Jan 26, 2016
1 parent 134f44f commit ef06aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public IObservable<PagesBuild> GetLatest(string owner, string repositoryName)
Ensure.ArgumentNotNullOrEmptyString(owner, "owner");
Ensure.ArgumentNotNullOrEmptyString(repositoryName, "repositoryName");

return _client.GetLatestBuild(owner, repositoryName).ToObservable();
return _client.GetLatest(owner, repositoryName).ToObservable();
}
}
}

0 comments on commit ef06aa4

Please sign in to comment.