diff --git a/task/ecosystem-cert-preflight-checks/0.1/ecosystem-cert-preflight-checks.yaml b/task/ecosystem-cert-preflight-checks/0.1/ecosystem-cert-preflight-checks.yaml index 908515cbc8..c870b86834 100644 --- a/task/ecosystem-cert-preflight-checks/0.1/ecosystem-cert-preflight-checks.yaml +++ b/task/ecosystem-cert-preflight-checks/0.1/ecosystem-cert-preflight-checks.yaml @@ -56,7 +56,7 @@ spec: done if [[ $PFLT_ERROR_COUNT -gt 0 ]]; then PFLT_RESULT="ERROR" ; fi - PFLT_NOTE="Task prelifght is a ${PFLT_RESULT}: Refer to Tekton task logs for more information" + PFLT_NOTE="Task preflight is a ${PFLT_RESULT}: Refer to Tekton task logs for more information" # Generate TEST_OUTPUT TEST_OUTPUT=$(jq -rce \