This commit is contained in:
Andre Rodrigues
2013-12-06 10:35:27 +00:00
parent 891a353e16
commit dc9a0590c8
+1 -1
View File
@@ -411,7 +411,7 @@ namespace Octokit
/// <returns></returns>
public static Uri IssueLabels(string owner, string repo, int number)
{
return "repos/{0}/{1}/issues/{2}/label".FormatUri(owner, repo, number);
return "repos/{0}/{1}/issues/{2}/labels".FormatUri(owner, repo, number);
}
/// <summary>