Skip to content

Commit 9aa77ac

Browse files
author
Caspar van Leeuwen
committed
Fix typo
1 parent 7efdc3e commit 9aa77ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
12371237
log(f"{fn}(): found bot build response in issue, processing...")
12381238

12391239
# First, extract the repo_id
1240-
log(f"{fn}(): found build for repository: {instance_repo_match.group('repo_id')}")i
1240+
log(f"{fn}(): found build for repository: {instance_repo_match.group('repo_id')}")
12411241
repo_id = instance_repo_match.group('repo_id')
12421242

12431243
# Then, try to match the architecture we build on.

0 commit comments

Comments
 (0)