Skip to content

Commit b5d1d3a

Browse files
dtantsurmandre
andauthored
baremetal: fix a typo in SystemFirmwareType
Co-authored-by: Martin André <martin.andre@gmail.com>
1 parent 8316e78 commit b5d1d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openstack/baremetalintrospection/v1/introspection

openstack/baremetalintrospection/v1/introspection/results.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type RootDiskType struct {
254254

255255
type SystemFirmwareType struct {
256256
Version string `json:"version"`
257-
BuildDate string `json:"build_data"`
257+
BuildDate string `json:"build_date"`
258258
Vendor string `json:"vendor"`
259259
}
260260

0 commit comments

Comments
 (0)