Skip to content

Commit

Permalink
Correct attachment name to include path on update (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruKawaguchiP authored Oct 19, 2022
1 parent 49c25c2 commit d276b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mark/attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func ResolveAttachments(
info, err := api.UpdateAttachment(
page.ID,
attach.ID,
attach.Name,
attach.Filename,
AttachmentChecksumPrefix+attach.Checksum,
attach.Path,
)
Expand Down

0 comments on commit d276b7e

Please sign in to comment.