1
Fork 0

remove redundant line

main
Motiejus Jakštys 2021-05-24 00:11:58 +03:00
parent 98373a151d
commit c3be4bdb35
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ func (m Manifest) Tar(tw *tar.Writer) {
}
File{
Name: "manifest.json",
Uid: 0,
Contents: bytes.NewBuffer(b),
}.Tar(tw)
}