From f173e89c2d815c78e3ac1834a7eb5087d10358c7 Mon Sep 17 00:00:00 2001 From: Stefan Riepenhausen Date: Thu, 21 Sep 2023 12:18:08 +0200 Subject: [PATCH] fix command not found --- helm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm.mk b/helm.mk index 963e468..500349c 100644 --- a/helm.mk +++ b/helm.mk @@ -14,7 +14,7 @@ ifdef TEST_MODE endif ifdef NAMESPACE - K8S_NAMESPACE = $(NAMESPACE) + @- K8S_NAMESPACE = $(NAMESPACE) endif ifdef DEBUG_MODE @@ -47,4 +47,4 @@ endif pull-helm: -# nop \ No newline at end of file +# nop