From 4796e44ccc57d0dbf70ee84966e7d5a2db3c9dd4 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Tue, 26 Apr 2022 13:57:37 -0700 Subject: [PATCH] Fix Makefile error for yq target Signed-off-by: Todd Malsbary Change-Id: I6b429143d90d5958dbeae019b27475752681958a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8472fd1..148b028 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ kubectl: ./deploy/kubectl/kubectl.sh deploy yq: - ./deploy/yq.sh deploy + ./deploy/yq/yq.sh deploy # Provisioning network configuration in the jump server -- 2.16.6