From 9ec82caa3147d7afaf9361748661c8868194d132 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 10 Sep 2018 16:03:52 -0400 Subject: Add --interval flag to podman wait Waiting uses a lot of CPU, so drop back to checking once/second and allow user to pass in the interval. Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0277c19b0..7a529f4d5 100644 --- a/Makefile +++ b/Makefile @@ -286,7 +286,7 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man .ins fi .install.easyjson: .gopathok - if [ ! -x "$(GOBIN)/ffjson" ]; then\ + if [ ! -x "$(GOBIN)/easyffjson" ]; then\ $(GO) get -u github.com/mailru/easyjson/...; \ fi -- cgit v1.2.3-54-g00ecf