Skip to content

Commit

Permalink
Fix accidental tuple instead of str (remove comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 29, 2024
1 parent 107a908 commit 5b3f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion red_githubbot/routers/backport_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def backport_task(
" on command line.\n"
"```\n"
f"cherry_picker {commit_hash} {branch}\n"
"```",
"```"
)
conclusion = utils.CheckRunConclusion.FAILURE
output = utils.CheckRunOutput(
Expand Down

0 comments on commit 5b3f5fd

Please sign in to comment.