Skip to content

Commit

Permalink
Change the word from build to built
Browse files Browse the repository at this point in the history
Co-authored-by: John Niang <[email protected]>
  • Loading branch information
longjuan and JohnNiang authored Dec 1, 2023
1 parent e8f2e9f commit e1c41f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/run/halo/s3os/S3OsAttachmentHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Attachment buildAttachment(S3OsProperties properties, ObjectDetail objectDetail)
var attachment = new Attachment();
attachment.setMetadata(metadata);
attachment.setSpec(spec);
log.info("Build attachment {} successfully", objectDetail.uploadState.objectKey);
log.info("Built attachment {} successfully", objectDetail.uploadState.objectKey);
return attachment;
}

Expand Down

0 comments on commit e1c41f0

Please sign in to comment.