mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Updated jsonnet link for make jsonnet
link was broken.
This commit is contained in:
parent
01949ea64f
commit
3850e50938
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