Skip to content

Commit f324d05

Browse files
committed
fix typo
1 parent 6f6cb61 commit f324d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func linkReleaseAttachments(releaseID int64, attachmentUUIDs []string) (err erro
152152
// Check attachments
153153
attachments, err := GetAttachmentsByUUIDs(attachmentUUIDs)
154154
if err != nil {
155-
return fmt.Errorf("getAttachmentsByUUIDs [uuids: %v]: %v", attachmentUUIDs, err)
155+
return fmt.Errorf("GetAttachmentsByUUIDs [uuids: %v]: %v", attachmentUUIDs, err)
156156
}
157157

158158
for i := range attachments {

0 commit comments

Comments
 (0)