Skip to content

Commit

Permalink
Fix image format for vpc
Browse files Browse the repository at this point in the history
JIRA: COMPOSE-3783
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
  • Loading branch information
lubomir committed Sep 4, 2019
1 parent 084e65f commit d9bedb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion productmd/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
'vagrant-vmware-fusion': ['vagrant-vmware-fusion.box'],
'vdi': ['vdi'],
'vmdk': ['vmdk'],
'vpc': ['vpc'],
'vpc': ['vhd'],
'vsphere-ova': ['vsphere.ova'],
}

Expand Down

0 comments on commit d9bedb6

Please sign in to comment.