From a8a25d653f91b707f30e765b12bfa3d55c7e72c9 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 12 Jan 2024 07:23:20 -0700 Subject: [PATCH] ci: make check fail message a bit more clear --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 25cdb9a..7a894ba 100644 --- a/common.sh +++ b/common.sh @@ -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() {