Skip to content

Commit

Permalink
this is not a semantic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 29, 2024
1 parent 41a9295 commit c6f8eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/tar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _tar_impl(ctx):
def _mtree_line(file, type, content = None, uid = "0", gid = "0", time = "1672560000", mode = "0755"):
spec = [
file,
"uid=" + uid,
"uied=" + uid,
"gid=" + gid,
"time=" + time,
"mode=" + mode,
Expand Down

0 comments on commit c6f8eaa

Please sign in to comment.