Skip to content

Commit 3fbcdeb

Browse files
committed
Replace cfg = "host" with cfg = "exec"
This is a no-op cleanup, 'host' is being renamed to 'exec', see: bazelbuild/bazel#17032
1 parent 2de487b commit 3fbcdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax_java.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ google_java_format_verification = rule(
7777
"srcs": attr.label_list(allow_files = True),
7878
"formatter": attr.label(
7979
executable = True,
80-
cfg = "host",
80+
cfg = "exec",
8181
),
8282
},
8383
outputs = {"output_file": "%{name}.txt"},

0 commit comments

Comments
 (0)