From 3850e5093849630a11013dfa06209f5a35bd20f3 Mon Sep 17 00:00:00 2001 From: eons Date: Fri, 24 May 2019 18:57:48 -0700 Subject: [PATCH] Updated jsonnet link for make jsonnet link was broken. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36ab2be..5d4b5c4 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,6 @@ endif jsonnet: ifeq (, $(shell which jsonnet)) @echo "Installing jsonnet" - @go get github.com/google/go-jsonnet/jsonnet + @go get github.com/google/go-jsonnet/cmd/jsonnet @go get github.com/brancz/gojsontoyaml -endif \ No newline at end of file +endif