Skip to content

Commit

Permalink
On Error 500, say it's complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 10, 2023
1 parent 6af875a commit 8329b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/asrockrack/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (a *ASRockRack) firmwareUpdateStatus(ctx context.Context, component string,
progress, err := a.flashProgress(ctx, endpoint)
if err != nil {
a.log.V(3).Error(err, "bmc query for install progress returned error: ")
return constants.FirmwareInstallUnknown, nil
return constants.FirmwareInstallComplete, nil
}

if progress != nil {
Expand Down

0 comments on commit 8329b0d

Please sign in to comment.