Skip to content

Commit f84ed4e

Browse files
Update compile.py
1 parent 0336978 commit f84ed4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_proto_files():
3838
"--plugin=protoc-gen-grpc=$(which grpc_cpp_plugin) "
3939
f"{' '.join(proto_files)}"
4040
)
41-
case "c#":
41+
case "csharp":
4242
command = (
4343
f"protoc "
4444
f"--proto_path={XRAY_API_PATH} "

0 commit comments

Comments
 (0)