Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 6, 2024
1 parent 01bc83a commit 3d289fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/private/js_image_layer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _runfiles_dir(root, default_info):
else:
runfiles = manifest.short_path.replace(manifest.basename, "")[:-1]

return paths.join(root, runfiles.replace(".sh", ""))
return paths.join(root, runfiles)

def _build_layer(ctx, type, entries, inputs):
entries_output = ctx.actions.declare_file("{}_{}_entries.json".format(ctx.label.name, type))
Expand Down

0 comments on commit 3d289fd

Please sign in to comment.