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