Skip to content

Commit 5fcec9f

Browse files
authored
Merge pull request #13 from brianschubert/cla-badge-alt
Update alt text for "CLA not signed" badge
2 parents 06ea092 + 4bbadae commit 5fcec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla/comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def post_or_update_fail_comment(
5151
"The following commit authors need to sign "
5252
"the Contributor License Agreement:\n\n"
5353
f"{emails}\n\n"
54-
f"[![CLA signed]({NOT_SIGNED_BADGE})]({settings.SITE_URL})"
54+
f"[![CLA not signed]({NOT_SIGNED_BADGE})]({settings.SITE_URL})"
5555
f"{SENTINEL_MARKER}"
5656
)
5757
await post_or_update_comment(gh, message, target_repository_full_name, pull_request_number)

0 commit comments

Comments
 (0)