Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
lint x2
Browse files Browse the repository at this point in the history
  • Loading branch information
irlevesque committed Jan 27, 2022
1 parent 102be11 commit 008f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/objects.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def _run_all_impl(ctx):

_run_all = rule(
attrs = {
"wrap_exits": attr.bool(default = False),
"delimiter": attr.string(default = ""),
"objects": attr.label_list(
cfg = "target",
),
"wrap_exits": attr.bool(default = False),
"_template": attr.label(
default = Label("//k8s:resolve-all.sh.tpl"),
allow_single_file = True,
Expand Down

0 comments on commit 008f498

Please sign in to comment.