Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent ad89ed2 commit 1a31eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ 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 number of built applications (<code>$n_built</code>) matches the numebr of build requests <code>($n_to_build)</code>"
success_msg="found message(s) saying number of built applications (<code>$n_built</code>) matches the number 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}")

Expand Down

0 comments on commit 1a31eaa

Please sign in to comment.