Updated jsonnet link for make jsonnet

link was broken.
This commit is contained in:
eons 2019-05-24 18:57:48 -07:00 committed by GitHub
parent 01949ea64f
commit 3850e50938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
endif