Skip to content

Commit

Permalink
Minor log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sedefsavas committed Oct 8, 2021
1 parent 676e981 commit f3aa975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/shared/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func ensureTestImageUploaded(e2eCtx *E2EContext) (string, string, error) {
return "", "", err
}

Byf("Image uploaded to s3:///%s/%s", bucketName, imageSha)
Byf("Image uploaded to s3://%s/%s", bucketName, imageSha)
return bucketName, imageSha, nil
}

Expand Down

0 comments on commit f3aa975

Please sign in to comment.