Skip to content

Commit

Permalink
correct the startUpdateURI
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Oct 14, 2024
1 parent 57cf52e commit 6ceec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/redfishwrapper/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 6ceec08

Please sign in to comment.