Skip to content

Commit 5d29e55

Browse files
committed
Correct vtctldclient download hash
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent 30498ab commit 5d29e55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/get-e2e-test-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if ! command -v vtctldclient &> /dev/null
4141
then
4242
echo "Downloading vtctldclient..."
4343
version=24.0.0
44-
file=vitess-${version}-7908b43.tar.gz
44+
file=vitess-${version}-e8d9fa8.tar.gz
4545
wget -q https://github.com/vitessio/vitess/releases/download/v${version}/${file}
4646
tar -xzf ${file}
4747
cd ${file/.tar.gz/}

0 commit comments

Comments
 (0)