From c6c964c7458289d580b4419a261dea0d9a61c2b7 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 1 Sep 2023 13:42:20 +0400 Subject: [PATCH] Fix typo --- .buildkite/it/run_serverless.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/it/run_serverless.sh b/.buildkite/it/run_serverless.sh index 0c7979ce8..e5cfea5aa 100644 --- a/.buildkite/it/run_serverless.sh +++ b/.buildkite/it/run_serverless.sh @@ -48,7 +48,7 @@ retry 5 sudo add-apt-repository --yes ppa:deadsnakes/ppa retry 5 sudo apt-get update retry 5 sudo apt-get install -y \ "python${PYTHON_VERSION}" "python${PYTHON_VERSION}-dev" "python${PYTHON_VERSION}-venv" \ - dnsutil + dnsutils echo "--- Run IT test :pytest:"