From ae26dac32842a0568bc35006805c2d50232ebe3b Mon Sep 17 00:00:00 2001 From: Ben McDonald Date: Fri, 6 Jun 2025 13:59:27 -0700 Subject: [PATCH] Fix typo --- cmd/pdu-collect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pdu-collect.go b/cmd/pdu-collect.go index 216b48f..6b4f1e8 100644 --- a/cmd/pdu-collect.go +++ b/cmd/pdu-collect.go @@ -34,7 +34,7 @@ func transformToSMDFormat(inventory *pdu.PDUInventory) []map[string]any { "RedfishURL": redfishURL, "ComponentEndpointType": "ComponentEndpointOutlet", "RedfishOutletInfo": map[string]any{ - "Name": outlet.Name, // Directly from inventory + "Name": outlet.Name, "Actions": map[string]any{ "#Outlet.PowerControl": map[string]any{ "PowerState@Redfish.AllowableValues": []string{"On", "Off"},