ci: make check fail message a bit more clear

This commit is contained in:
Aaron Bieber 2024-01-12 07:23:20 -07:00
parent 7f552e8ca1
commit a8a25d653f
No known key found for this signature in database

View File

@ -138,7 +138,7 @@ handle_update_fail() {
}
handle_check_fail() {
po_error "CI: flake checks failed!" "$(get_journal xin-ci)"
po_error "CI: checks failed!" "$(get_journal xin-ci)"
}
handle_update_check_fail() {