this is not a semantic commit
diff --git a/lib/private/tar.bzl b/lib/private/tar.bzl index 0bc8a2e..928f535 100644 --- a/lib/private/tar.bzl +++ b/lib/private/tar.bzl
@@ -163,7 +163,7 @@ 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,