diff --git a/.buildkite/scripts/steps/ess.sh b/.buildkite/scripts/steps/ess.sh index 7f399d43d29..8d2a380beb4 100644 --- a/.buildkite/scripts/steps/ess.sh +++ b/.buildkite/scripts/steps/ess.sh @@ -2,7 +2,7 @@ set -euo pipefail function ess_up() { - echo "~~~ Staring ESS Stack" + echo "~~~ Starting ESS Stack" local WORKSPACE=$(git rev-parse --show-toplevel) local TF_DIR="${WORKSPACE}/test_infra/ess/" local STACK_VERSION=$1