Skip to content

Commit 41d9746

Browse files
committed
Fix typo
1 parent d2c6367 commit 41d9746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def add_release_file_comment(self, input: AddReleaseFileCommentInput) -> str:
7575
if input.release_info:
7676
comment = comment.format(changelog_preview=input.release_info.changelog)
7777

78-
if input.image_url:
78+
if input.release_card_url:
7979
comment += f"\nHere's the preview release card for twitter: ![]({input.release_card_url})"
8080

8181
add_or_edit_comment(input.pr_number, comment, slug="release-file")

0 commit comments

Comments
 (0)