Skip to content

Commit

Permalink
Fix vitess sha
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jul 23, 2024
1 parent ea43be7 commit f40db07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get-e2e-test-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if ! command -v vtctldclient &> /dev/null
then
echo "Downloading vtctldclient..."
version=20.0.1
file=vitess-${version}-7e8c974.tar.gz
file=vitess-${version}-003c441.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down

0 comments on commit f40db07

Please sign in to comment.