From 516e096d2047b2aa85094b0ce17442e521fa1371 Mon Sep 17 00:00:00 2001 From: Alexander Davis Date: Thu, 9 Jun 2022 09:59:11 -0500 Subject: [PATCH] fix small typo in clean make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b33e9e5..f18d6821 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: $(GOCMD) fmt ./... rm -f $(BINARY_NAME) packr2 clean - rm -rf e2e/resutls/* + rm -rf e2e/results/* rm *-report* rm coverage.txt # Cross compilation