ci-automation: Fix grammar

This commit is contained in:
Krzesimir Nowak 2022-11-08 13:41:12 +01:00
parent bdebbc8ed9
commit 222e68e3b1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ set -euo pipefail
source ci-automation/vendor_test.sh
# We never ran Digital Ocean on arm64, so for now fail it as an
# We never run Digital Ocean on arm64, so for now fail it as an
# unsupported option.
if [[ "${CIA_ARCH}" == "arm64" ]]; then
echo "1..1" > "${CIA_TAPFILE}"

View File

@ -10,7 +10,7 @@ set -euo pipefail
source ci-automation/vendor_test.sh
# We never ran VMware ESX on arm64, so for now fail it as an
# We never run VMware ESX on arm64, so for now fail it as an
# unsupported option.
if [[ "${CIA_ARCH}" == "arm64" ]]; then
echo "1..1" > "${CIA_TAPFILE}"