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"`
|
Arch string `yaml:"arch"`
|
||||||
|
|
||||||
// XXX: think about ordering (as this is what the user will see)
|
// 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"`
|
Bootmode string `yaml:"bootmode"`
|
||||||
PartitionType string `yaml:"partition_type"`
|
PartitionType string `yaml:"partition_type"`
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ func TestDescribeImage(t *testing.T) {
|
||||||
distro: centos-9
|
distro: centos-9
|
||||||
type: tar
|
type: tar
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
os_vesion: 9-stream
|
os_version: 9-stream
|
||||||
bootmode: none
|
bootmode: none
|
||||||
partition_type: ""
|
partition_type: ""
|
||||||
default_filename: root.tar.xz
|
default_filename: root.tar.xz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue