Updated jsonnet link for make jsonnet

link was broken.
pull/14/head
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
1 changed files with 2 additions and 2 deletions

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