Skip to content

Commit

Permalink
Remove CLI v2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
adambollen committed Dec 12, 2024
1 parent 52322e7 commit 328a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/scripts/perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LOG_UNIQUE=$(date +%s%3N)
# Install fauna-shell
apt update -qq
apt install -y -qq npm
npm install --silent -g fauna-shell@^2.0.0
npm install --silent -g fauna-shell@^3.0.0

cd repo.git

Expand Down

0 comments on commit 328a6e6

Please sign in to comment.