From bf5d184325114c4ab8a9bd1425e359fccc965fea Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 9 Dec 2020 05:55:40 -0500 Subject: Fix spelling mistakes Signed-off-by: Daniel J Walsh --- .github/actions/check_cirrus_cron/cron_failures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions/check_cirrus_cron') diff --git a/.github/actions/check_cirrus_cron/cron_failures.sh b/.github/actions/check_cirrus_cron/cron_failures.sh index 2693df417..16419c6d6 100755 --- a/.github/actions/check_cirrus_cron/cron_failures.sh +++ b/.github/actions/check_cirrus_cron/cron_failures.sh @@ -67,7 +67,7 @@ jq --indent 4 --color-output . <./artifacts/reply.json || \ cat ./artifacts/reply.json echo "::endgroup::" -# Desireable to catch non-JSON encoded errors in reply. +# Desirable to catch non-JSON encoded errors in reply. if grep -qi 'error' ./artifacts/reply.json; then err "Found the word 'error' in reply" fi -- cgit v1.2.3-54-g00ecf