Skip to content

Commit

Permalink
Fixed missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Feb 6, 2024
1 parent afc309a commit b84e487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/check-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function add_detail() {
# then use it to set comment_details

# Initialize with summary_details, which elaborates on the reason for failure
CoDeList=$(print_br_item "__ITEM__" "${summary_details}"
CoDeList=$(print_br_item "__ITEM__" "${summary_details}")

success_msg="job output file <code>${job_out}</code>"
failure_msg="no job output file <code>${job_out}</code>"
Expand Down

0 comments on commit b84e487

Please sign in to comment.