Skip to content

Commit

Permalink
Fix typo: prelifght --> preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek authored and MartinBasti committed Jul 26, 2024
1 parent d8cfe5b commit 1d9f909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1d9f909

Please sign in to comment.