mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Merge pull request #14 from eons44/master
Updated jsonnet link for make jsonnet
This commit is contained in:
commit
23af384d74
2
Makefile
2
Makefile
@ -43,6 +43,6 @@ endif
|
|||||||
jsonnet:
|
jsonnet:
|
||||||
ifeq (, $(shell which jsonnet))
|
ifeq (, $(shell which jsonnet))
|
||||||
@echo "Installing 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
|
@go get github.com/brancz/gojsontoyaml
|
||||||
endif
|
endif
|
Loading…
Reference in New Issue
Block a user