Skip to content

Commit

Permalink
Fix #166 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime authored Oct 11, 2023
1 parent 7760d83 commit 2ff602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonnet/jsonnet.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ _jsonnet_common_attrs = {
"jsonnet": attr.label(
doc = "A jsonnet binary",
default = Label("//jsonnet:jsonnet_tool"),
cfg = "host",
cfg = "exec",
executable = True,
allow_single_file = True,
),
Expand Down Expand Up @@ -546,7 +546,7 @@ _jsonnet_compile_attrs = {
),
"_stamper": attr.label(
default = Label("//jsonnet:stamper"),
cfg = "host",
cfg = "exec",
executable = True,
allow_files = True,
),
Expand Down

0 comments on commit 2ff602d

Please sign in to comment.