Skip to content

Commit 138c2eb

Browse files
committed
update check_yq target
1 parent 72524ca commit 138c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ output_dir := 'config/crd/'
397397
check_yq:
398398
@command -v yq >/dev/null 2>&1 || (echo "Installing wget..."; yum install -y wget)
399399
@command -v yq >/dev/null 2>&1 || (echo "Installing yq..."; wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64.tar.gz -O - |\
400-
tar xz && mv yq_linux_amd64 /usr/bin/yq)
400+
tar xz && mv yq_linux_amd64 $(LOCALBIN)/yq)
401401

402402
# this works on a MacOS by replacing awk with gawk
403403
.PHONY: split_yaml

0 commit comments

Comments
 (0)