Skip to content

Commit

Permalink
2 rc for seek
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 16, 2023
1 parent 36b5925 commit 76d1497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/asrockrack/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (a *ASRockRack) uploadFirmware(ctx context.Context, endpoint string, fwRead

// Before reading the file, rewind to the beginning
if file, ok := fwReader.(*os.File); ok {
_ := file.Seek(0, 0)
_, _ = file.Seek(0, 0)
}

// setup pipe
Expand Down

0 comments on commit 76d1497

Please sign in to comment.