diff --git a/ci-automation/vendor-testing/digitalocean.sh b/ci-automation/vendor-testing/digitalocean.sh index 3ca82ac2e4..44fa3c41ee 100755 --- a/ci-automation/vendor-testing/digitalocean.sh +++ b/ci-automation/vendor-testing/digitalocean.sh @@ -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}" diff --git a/ci-automation/vendor-testing/vmware.sh b/ci-automation/vendor-testing/vmware.sh index 399fbfc897..0ddc0bac2d 100755 --- a/ci-automation/vendor-testing/vmware.sh +++ b/ci-automation/vendor-testing/vmware.sh @@ -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}"