Skip to content

Commit

Permalink
Correct SHA for v21.0.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 23, 2024
1 parent 029775c commit bf4b891
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=21.0.0-rc2
file=vitess-${version}-5f957b2.tar.gz
file=vitess-${version}-54fa8d8.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 bf4b891

Please sign in to comment.