Skip to content

Commit 668f45c

Browse files
committed
chore: update yq version
1 parent 5e6d144 commit 668f45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/01-add-yq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export LC_ALL=C
66
source /common.sh
77
install_cleanup_trap
88

9-
# if pb is there, we don't need to do anything
9+
# if yq is there, we don't need to do anything
1010
[ -f /usr/local/bin/yq ] && exit 0
1111

12-
curl -L -o /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_arm
12+
curl -L -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION:-v4.45.1}/yq_linux_arm"
1313
chmod +x /usr/local/bin/yq

0 commit comments

Comments
 (0)