Skip to content

Commit ef90174

Browse files
authored
fix patch in netframework (#894)
1 parent 557614b commit ef90174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient.Basic/AbstractKubernetes.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private static class HttpMethods
1414
public static readonly HttpMethod Post = HttpMethod.Post;
1515
public static readonly HttpMethod Put = HttpMethod.Put;
1616
public static readonly HttpMethod Trace = HttpMethod.Trace;
17-
public static readonly HttpMethod Patch = new HttpMethod("Patch");
17+
public static readonly HttpMethod Patch = new HttpMethod("PATCH");
1818
}
1919

2020
private sealed class QueryBuilder

0 commit comments

Comments
 (0)