Skip to content

Commit

Permalink
fix: template of update branch failure (#110)
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
chdsbd authored and kodiakhq[bot] committed Jul 25, 2019
1 parent d1d5916 commit 89f82df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodiak/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async def repo_queue_consumer(
await asyncio.sleep(RETRY_RATE_SECONDS)
log.error("failed to update branch")
await pull_request.set_status(
summary="🛑 could not update branch: {res}"
summary=f"🛑 could not update branch: {res}"
)
# break to find next PR to try and merge
break
Expand Down

0 comments on commit 89f82df

Please sign in to comment.