Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 1, 2023
1 parent 3ecdc71 commit c6c964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/it/run_serverless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"

Expand Down

0 comments on commit c6c964c

Please sign in to comment.