diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 05:55:40 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 06:00:04 -0500 |
commit | bf5d184325114c4ab8a9bd1425e359fccc965fea (patch) | |
tree | 575669b387de2152695ed5fe3c7911511b2d6aee /.github/actions/check_cirrus_cron/cron_failures.sh | |
parent | dd295f297b6dd51d22c64c75f4ef4f80f953bbde (diff) | |
download | podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.tar.gz podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.tar.bz2 podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.zip |
Fix spelling mistakes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to '.github/actions/check_cirrus_cron/cron_failures.sh')
-rwxr-xr-x | .github/actions/check_cirrus_cron/cron_failures.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |