From c6f8eaaeacfce68830c7ca8d587ff26ba60c42b2 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 29 Apr 2024 10:50:46 -0700 Subject: [PATCH] this is not a semantic commit --- lib/private/tar.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/tar.bzl b/lib/private/tar.bzl index 0bc8a2e35..928f5359e 100644 --- a/lib/private/tar.bzl +++ b/lib/private/tar.bzl @@ -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,