Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Oct 24, 2024
1 parent 04770ae commit 1e67318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/scripts/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AZTEC_DOCKER_TAG=$(git rev-parse HEAD)

# Install yq if not already installed
if ! command -v yq &>/dev/null; then
wget https://github.com/mikefarah/yq/releases/download/4.44.3/yq_linux_amd64 -O - |
wget https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64 -O - |
tar xz && mv yq_linux_amd64 /usr/bin/yq
fi

Expand Down

0 comments on commit 1e67318

Please sign in to comment.