distro/rhel85: fix name of exported pipeline
it's actually vpc, not vhd Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
fba77534fd
commit
d1da221a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ func newDistro(name, modulePlatformID, ostreeRef string) distro.Distro {
|
|||
bootable: true,
|
||||
defaultSize: 4 * GigaByte,
|
||||
pipelines: vhdPipelines,
|
||||
exports: []string{"vhd"},
|
||||
exports: []string{"vpc"},
|
||||
}
|
||||
|
||||
vmdkImgType := imageType{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue