Merge pull request #14 from eons44/master

Updated jsonnet link for make jsonnet
This commit is contained in:
Carlos Eduardo 2019-05-25 09:41:22 -03:00 committed by GitHub
commit 23af384d74
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