manifest: set default VPC filename to image.vhd
This commit is contained in:
parent
4f60aa3c1d
commit
458f51128a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ func NewVPC(m *Manifest,
|
|||
p := &VPC{
|
||||
Base: NewBase(m, "vpc", buildPipeline),
|
||||
imgPipeline: imgPipeline,
|
||||
Filename: "image.vpc",
|
||||
Filename: "image.vhd",
|
||||
}
|
||||
if imgPipeline.Base.manifest != m {
|
||||
panic("live image pipeline from different manifest")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue