From 222e68e3b197f395a6dab9cd55ad34d3176e5dcf Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 8 Nov 2022 13:41:12 +0100 Subject: [PATCH] ci-automation: Fix grammar --- ci-automation/vendor-testing/digitalocean.sh | 2 +- ci-automation/vendor-testing/vmware.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}"