Skip to content

Commit

Permalink
describeimg: typo in describe output
Browse files Browse the repository at this point in the history
`os_vesion` -> `os_version`

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
  • Loading branch information
supakeen committed Feb 6, 2025
1 parent 7c6db68 commit 036de52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/image-builder/describeimg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion cmd/image-builder/describeimg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 036de52

Please sign in to comment.