From 720a522c29ee578b8e4be6eb339cc18cf584f115 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Tue, 25 Apr 2023 13:41:51 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 527062576 --- tools/yamltest/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yamltest/defs.bzl b/tools/yamltest/defs.bzl index ed062802f..f02b3fb4a 100644 --- a/tools/yamltest/defs.bzl +++ b/tools/yamltest/defs.bzl @@ -39,7 +39,7 @@ yaml_test = rule( ), "_tool": attr.label( executable = True, - cfg = "exec", + cfg = "target", default = Label("//tools/yamltest:yamltest"), ), },