describeimg: typo in describe output

`os_vesion` -> `os_version`

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
Simon de Vlieger 2025-02-06 20:00:49 +01:00
parent 7c6db68c98
commit 036de52a39
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"`

View file

@ -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