Skip to content

Commit bf2a595

Browse files
authored
Update controller-gen.bzl
1 parent af18b90 commit bf2a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller-gen/controller-gen.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ _controller_gen_rbac = rule(
195195
implementation = _controller_gen_rbac_impl,
196196
attrs = _rbac_extra_attrs(),
197197
toolchains = _toolchains(),
198-
doc = "Run the role binding generating portion of controller-gen. ",
198+
doc = "Run the role binding generating portion of controller-gen. " +
199199
"The output directory will be `rbac`.",
200200
)
201201

0 commit comments

Comments
 (0)