We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30498ab commit 5d29e55Copy full SHA for 5d29e55
1 file changed
tools/get-e2e-test-deps.sh
@@ -41,7 +41,7 @@ if ! command -v vtctldclient &> /dev/null
41
then
42
echo "Downloading vtctldclient..."
43
version=24.0.0
44
- file=vitess-${version}-7908b43.tar.gz
+ file=vitess-${version}-e8d9fa8.tar.gz
45
wget -q https://github.com/vitessio/vitess/releases/download/v${version}/${file}
46
tar -xzf ${file}
47
cd ${file/.tar.gz/}
0 commit comments