Skip to content

Commit

Permalink
Formatting and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent e4c8eef commit ad89ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ success_msg="no message matching <code>${GP_req_missing}</code>"
failure_msg="found message matching <code>${GP_req_missing}</code>"
CoDeList=${CoDeList}$(add_detail ${MISSING} 0 "${success_msg}" "${failure_msg}")

success_msg="found message(s) saying built application ($n_built) match build requests ($n_to_build)"
failure_msg="built applications ($n_built) don't match build requests ($n_to_build)"
success_msg="found message(s) saying number of built applications (<code>$n_built</code>) matches the numebr of build requests <code>($n_to_build)</code>"
failure_msg="number of built applications (<code>$n_built</code>) doesn't match the number of build requests (<code>$n_to_build</code>)"
CoDeList=${CoDeList}$(add_detail ${NO_MISSING} 1 "${success_msg}" "${failure_msg}")

success_msg="found message matching <code>${GP_tgz_created}</code>"
Expand Down

0 comments on commit ad89ed2

Please sign in to comment.