Skip to content

Commit 70a798c

Browse files
chore(deps): update dependency tilt-dev/ctlptl to v0.8.43 (#5926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42e2489 commit 70a798c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env-local-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ sudo mv "minikube-linux-$ARCH" /usr/local/bin/minikube
2828
curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash
2929

3030
# renovate: datasource=github-releases depName=tilt-dev/ctlptl
31-
CTLPTL_VERSION="v0.8.42"
31+
CTLPTL_VERSION="v0.8.43"
3232
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

Comments
 (0)