Skip to content

Commit e3122db

Browse files
committed
fix spelling
1 parent 0869580 commit e3122db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ tests:
4141
set -o nounset
4242
set -o pipefail
4343
44-
echo "===== Configuring Azure Authentication ====="
44+
echo "===== Configure Azure Authentication ====="
4545
export AZURE_CLIENT_ID; AZURE_CLIENT_ID=$(cat /var/run/hcp-integration-credentials/client-id)
4646
export AZURE_CLIENT_SECRET; AZURE_CLIENT_SECRET=$(cat /var/run/hcp-integration-credentials/client-secret)
4747
export AZURE_TENANT_ID; AZURE_TENANT_ID=$(cat /var/run/hcp-integration-credentials/tenant)
4848
49-
echo "===== Syncing Go workspace vendor directory ====="
49+
echo "===== Sync Go workspace vendor directory ====="
5050
go work vendor
5151
5252
# Configure git

0 commit comments

Comments
 (0)