From 74d3492ee548887562cb6a83c1c7ea981fa04b2b Mon Sep 17 00:00:00 2001 From: Blaine Gardner Date: Thu, 30 Sep 2021 15:24:52 -0600 Subject: [PATCH] build: fix double include of build/makelib/helm.mk Signed-off-by: Blaine Gardner --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 53173cb13d9a..e4a89a7dae94 100644 --- a/Makefile +++ b/Makefile @@ -97,9 +97,6 @@ GO_TEST_FILTER=$(TESTFILTER) include build/makelib/golang.mk -# setup helm charts -include build/makelib/helm.mk - # ==================================================================================== # Targets