From: Todd Malsbary Date: Tue, 26 Apr 2022 20:57:37 +0000 (-0700) Subject: Fix Makefile error for yq target X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F4840%2F1;p=icn.git Fix Makefile error for yq target Signed-off-by: Todd Malsbary Change-Id: I6b429143d90d5958dbeae019b27475752681958a --- 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