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 49dd366 commit cd12998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/it/serverless-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ steps:
env_var: "RALLY_IT_SERVERLESS_API_KEY"
command: |
set -eo pipefail
apt-get update && apt-get -yg install dnsutils
apt-get update && apt-get -y install dnsutils
python3 -m pip install nox
nox -s it_serverless

0 comments on commit cd12998

Please sign in to comment.