Skip to content

Commit

Permalink
Replace "host" with "exec"
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrea authored Oct 19, 2023
1 parent 914b100 commit 0a83641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/internal/custom_browser.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ custom_browser = rule(
doc = "The metadata merger binary.",
default = Label("//go/metadata/main"),
allow_files = True,
cfg = "host",
cfg = "exec",
executable = True,
),
"environment": attr.string_dict(doc = "Map of environment variables-values to set."),
Expand Down

0 comments on commit 0a83641

Please sign in to comment.