tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
6 stars 5 forks source link

RedfishClientPkg/RedfishFeatureCoreDxe: fix incorrect URI issue #61

Closed nicklela closed 9 months ago

nicklela commented 9 months ago

-Fix incorrect URI issue. There is missing "/" while StartUpFeatureDriver() recursively calls itself. -Fix typo. -Update function name to follow the naming style.

Cc: Abner Chang abner.chang@amd.com Cc: Igor Kulchytskyy igork@ami.com Cc: Nick Ramirez nramirez@nvidia.com