aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/py/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/py/BUILD.bazel')
-rw-r--r--pw_rpc/py/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rpc/py/BUILD.bazel b/pw_rpc/py/BUILD.bazel
index e077b6752..4d9d454fe 100644
--- a/pw_rpc/py/BUILD.bazel
+++ b/pw_rpc/py/BUILD.bazel
@@ -42,7 +42,7 @@ filegroup(
)
py_binary(
- name = "plugin",
+ name = "plugin_raw",
srcs = [":pw_rpc_common_sources"],
imports = ["."],
main = "pw_rpc/plugin_raw.py",