From 8d0638258704f516f7726b0326a689c5bad8cd26 Mon Sep 17 00:00:00 2001 From: Naveen Srinivasan Date: Thu, 13 Oct 2016 15:37:05 -0400 Subject: [PATCH] fix(Makefile):fix failing missing tiller directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dbaed323..bc8e7f6b6 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ protoc: .PHONY: clean clean: @rm -rf $(BINDIR) - @rm ./rootfs/tiller + @rm -rf ./rootfs/tiller .PHONY: coverage coverage: