Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
or-shachar committed Nov 19, 2023
1 parent b5a6143 commit b12b358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachers/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (c *S3Cache) Get(ctx context.Context, actionID string) (outputID, diskPath
if err != nil {
return err
}
c.bytesDownloaded.Add(av.Size)
c.bytesDownloaded.Add(outputResult.ContentLength)
return nil
}
if c.verbose {
Expand Down

0 comments on commit b12b358

Please sign in to comment.