aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 3d3f738610..3fbefc41e7 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -158,7 +158,7 @@ def grpc_sh_test(name, srcs, args = [], data = []):
data = data)
def grpc_sh_binary(name, srcs, data = []):
- native.sh_test(
+ native.sh_binary(
name = name,
srcs = srcs,
data = data)