Skip to content

Commit

Permalink
remove implementation argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ysinjab committed May 10, 2024
1 parent fcf7efc commit aa5d07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylib/kustomize/kustomize.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sh_binary(
ctx.download_and_extract(filename, "bin/", sha256 = sha256)

_download_binary = repository_rule(
implementation = _download_binary_impl,
_download_binary_impl,
)

def kustomize_setup(name):
Expand Down

0 comments on commit aa5d07b

Please sign in to comment.