remove redundant line
This commit is contained in:
parent
98373a151d
commit
c3be4bdb35
@ -91,7 +91,6 @@ func (m Manifest) Tar(tw *tar.Writer) {
|
|||||||
}
|
}
|
||||||
File{
|
File{
|
||||||
Name: "manifest.json",
|
Name: "manifest.json",
|
||||||
Uid: 0,
|
|
||||||
Contents: bytes.NewBuffer(b),
|
Contents: bytes.NewBuffer(b),
|
||||||
}.Tar(tw)
|
}.Tar(tw)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user