Fix typo in CI message (#6749)

This commit is contained in:
Heikki Linnakangas
2024-02-15 14:34:19 +02:00
committed by GitHub
parent 5fa747e493
commit 1af047dd3e

View File

@@ -253,7 +253,7 @@ jobs:
done
if [ "${FAILED}" = "true" ]; then
echo >&2 "Please update vendors/revisions.json if these changes are intentional"
echo >&2 "Please update vendor/revisions.json if these changes are intentional"
exit 1
fi