describeimg: typo in describe output
`os_vesion` -> `os_version` Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
7c6db68c98
commit
036de52a39
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ type describeImgYAML struct {
|
|||
Arch string `yaml:"arch"`
|
||||
|
||||
// XXX: think about ordering (as this is what the user will see)
|
||||
OsVersion string `yaml:"os_vesion"`
|
||||
OsVersion string `yaml:"os_version"`
|
||||
|
||||
Bootmode string `yaml:"bootmode"`
|
||||
PartitionType string `yaml:"partition_type"`
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ func TestDescribeImage(t *testing.T) {
|
|||
distro: centos-9
|
||||
type: tar
|
||||
arch: x86_64
|
||||
os_vesion: 9-stream
|
||||
os_version: 9-stream
|
||||
bootmode: none
|
||||
partition_type: ""
|
||||
default_filename: root.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue