diff --git a/BUILD.bazel b/BUILD.bazel index efcc9378a..aa144adc0 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -71,8 +71,8 @@ cc_binary( ) cc_binary( - name = "coro_http_channel", - srcs = ["src/coro_http/examples/channel.cpp"], + name = "coro_http_load_blancer", + srcs = ["src/coro_http/examples/load_blancer.cpp"], copts = YA_BIN_COPT, includes = [ "include",