osbuild2: fix copy&paste error in a comment

This commit is contained in:
Tomas Hozza 2022-04-06 10:34:37 +02:00 committed by Tomáš Hozza
parent 69e70dec22
commit 998421d597

View file

@ -88,7 +88,7 @@ func (o VPCOptions) validate() error {
}
type VMDKOptions struct {
// The type of the format must be 'vpc'
// The type of the format must be 'vmdk'
Type QEMUFormat `json:"type"`
Subformat VMDKSubformat `json:"subformat,omitempty"`