Skip to content

Commit

Permalink
Merge pull request #66 from andreabolognani/dup
Browse files Browse the repository at this point in the history
Fix tar2files bazel integration
  • Loading branch information
rmohr committed Dec 12, 2023
2 parents df83839 + 5b26a65 commit cc73488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpmtree.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def tar2files(**kwargs):
name = basename + k
files = []
for file in v:
files = files + [basename + "/" + file]
files = files + [name + "/" + file]
_tar2files(
name = name,
prefix = k,
Expand Down

0 comments on commit cc73488

Please sign in to comment.