Skip to content

Commit

Permalink
fix: remove mtree as the default output
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Aug 19, 2024
1 parent a32f3bf commit a2b9163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/private/load.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def _load_impl(ctx):

return [
DefaultInfo(
files = depset([mtree_spec]),
files = depset(),
runfiles = runfiles,
executable = runnable_loader,
),
Expand Down

0 comments on commit a2b9163

Please sign in to comment.