Skip to content

Commit

Permalink
pass correct apko binary path to apko_run launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Mar 25, 2024
1 parent 6fb3b7b commit 493e2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apko/private/apko_run.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _impl(ctx):
ctx.actions.write(
output = output,
content = LAUNCHER_TEMPLATE
.replace("{{apko_binary}}", apko_info.binary.path)
.replace("{{apko_binary}}", apko_info.binary.short_path)
.replace("{{workdir_env}}", "BUILD_" + ctx.attr.workdir.upper() + "_DIRECTORY"),
is_executable = True,
)
Expand Down

0 comments on commit 493e2ae

Please sign in to comment.