From 6ceec08142064328bedde0ff509bf62dbebf891c Mon Sep 17 00:00:00 2001 From: Doctor Vince Date: Mon, 14 Oct 2024 17:15:51 -0400 Subject: [PATCH] correct the startUpdateURI --- internal/redfishwrapper/firmware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/redfishwrapper/firmware.go b/internal/redfishwrapper/firmware.go index 01f287aa..aed6e3fe 100644 --- a/internal/redfishwrapper/firmware.go +++ b/internal/redfishwrapper/firmware.go @@ -32,7 +32,7 @@ const ( var ( // the URI for starting a firmware update via StartUpdate is defined in the Redfish Resource and // Schema Guide (2024.1) - startUpdateURI = "redfish/v1/UpdateService/Actions/UpdateService.StartUpdate" + startUpdateURI = "/redfish/v1/UpdateService/Actions/UpdateService.StartUpdate" ) var (