From c3be4bdb35a3dc0dc6b4e30d04b0712d86cf9ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 May 2021 00:11:58 +0300 Subject: [PATCH] remove redundant line --- rootfs/rootfstest/rootfstest.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/rootfstest/rootfstest.go b/rootfs/rootfstest/rootfstest.go index ef54ad0..64c46f6 100644 --- a/rootfs/rootfstest/rootfstest.go +++ b/rootfs/rootfstest/rootfstest.go @@ -91,7 +91,6 @@ func (m Manifest) Tar(tw *tar.Writer) { } File{ Name: "manifest.json", - Uid: 0, Contents: bytes.NewBuffer(b), }.Tar(tw) }