Skip to content

Commit

Permalink
Fix path to apko binary in apko_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mhazy committed Aug 20, 2024
1 parent 4df2175 commit 585b104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apko/private/apko_lock.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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("{{config}}", ctx.file.config.short_path)
.replace("{{output}}", ctx.attr.lockfile_name),
is_executable = True,
Expand Down

0 comments on commit 585b104

Please sign in to comment.