Skip to content

Commit

Permalink
Fixed field tag in crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 27, 2024
1 parent 5d811f3 commit e3ef9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crawler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type InventoryDetail struct {
URI string `json:"uri,omitempty"` // URI of the BMC
UUID string `json:"uuid,omitempty"` // UUID of Node
Manufacturer string `json:"manufacturer,omitempty"` // Manufacturer of the Node
SystemType string `json:"system_type,omitempty` // System type of the Node
SystemType string `json:"system_type,omitempty"` // System type of the Node
Name string `json:"name,omitempty"` // Name of the Node
Model string `json:"model,omitempty"` // Model of the Node
Serial string `json:"serial,omitempty"` // Serial number of the Node
Expand Down

0 comments on commit e3ef9d4

Please sign in to comment.