From 9a00aae6517263b3a9284c6f52fd590399a7cdb3 Mon Sep 17 00:00:00 2001 From: parth-opensrc Date: Tue, 10 Sep 2024 01:15:13 +0000 Subject: [PATCH] Bazel: Updated workspace name to match the repo. --- WORKSPACE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 10ddb1e9c..f90ff4272 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -workspace(name = "com_github_google_pins_infra") +workspace(name = "sonic_net_pins") load("pins_infra_deps.bzl", "pins_infra_deps")