We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e2489 commit 70a798cCopy full SHA for 70a798c
1 file changed
env-local-test.sh
@@ -28,5 +28,5 @@ sudo mv "minikube-linux-$ARCH" /usr/local/bin/minikube
28
curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash
29
30
# renovate: datasource=github-releases depName=tilt-dev/ctlptl
31
-CTLPTL_VERSION="v0.8.42"
+CTLPTL_VERSION="v0.8.43"
32
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
0 commit comments