From 2df1d630596621e6c903df3089e360b771856c9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 06:34:26 +0000 Subject: [PATCH] chore(deps): update dependency tilt-dev/ctlptl to v0.8.35 --- env-local-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-local-test.sh b/env-local-test.sh index 38a741eb80d..c697ab0eb45 100755 --- a/env-local-test.sh +++ b/env-local-test.sh @@ -28,5 +28,5 @@ sudo mv "minikube-linux-$ARCH" /usr/local/bin/minikube curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash # renovate: datasource=github-releases depName=tilt-dev/ctlptl -CTLPTL_VERSION="v0.8.34" +CTLPTL_VERSION="v0.8.35" curl -fsSL "https://github.com/tilt-dev/ctlptl/releases/download/${CTLPTL_VERSION}/ctlptl.${CTLPTL_VERSION#v}.linux.$(if [ $ARCH = amd64 ]; then echo "$ARCH_UNAME"; else echo "$ARCH"; fi).tar.gz" | sudo tar -xzv -C /usr/local/bin ctlptl