From 89b3212c23a6d2495cd49500cfad44792115abe1 Mon Sep 17 00:00:00 2001 From: "Zezheng.Li" Date: Mon, 5 Aug 2024 14:43:42 +0800 Subject: [PATCH] fix bazel --- BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",