mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Use the ToParameter on Language
So that we pass the correct value to the API
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Octokit
|
||||
|
||||
if (Language != null)
|
||||
{
|
||||
parameters.Add(String.Format(CultureInfo.InvariantCulture, "language:{0}", Language));
|
||||
parameters.Add(String.Format(CultureInfo.InvariantCulture, "language:{0}", Language.ToParameter()));
|
||||
}
|
||||
|
||||
if (Forks != null)
|
||||
|
||||
Reference in New Issue
Block a user