Skip to content

Commit

Permalink
chore(deps): update dependency tilt-dev/ctlptl to v0.8.39 (#5497)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 52fcccc commit 1160a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env-local-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.38"
CTLPTL_VERSION="v0.8.39"
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 comments on commit 1160a8d

Please sign in to comment.