From 4cf15077e541b195d0815f486f71a2bb303a835f Mon Sep 17 00:00:00 2001 From: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:20:56 +0900 Subject: [PATCH] chore: update name in workspace --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index b89e8be..9bc6845 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,4 +1,4 @@ -workspace(name = "application-pnc") +workspace(name = "application-perception") #######################################APOLLO####################################### load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")