From 69a11a87037af38e98dd51cfb7bff579cc7898fa Mon Sep 17 00:00:00 2001 From: Kishan Sagathiya Date: Thu, 20 Sep 2018 07:30:33 +0530 Subject: [PATCH] Issue #536 New make target for PR check Fixes typo License: MIT Signed-off-by: Kishan Mohanbhai Sagathiya --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 067e18fa..463840fd 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,6 @@ docker: docker exec tmp-make-cluster-test sh -c "ipfs-cluster-service -v" docker kill tmp-make-cluster-test -prcheck: deps check service ctl test intall test_sharness +prcheck: deps check service ctl test install test_sharness .PHONY: all gx deps test test_sharness clean_sharness rw rwundo publish service ctl install clean gx-clean docker