From 38a8ff81371ac24949503ba9dc9055c4534c65b7 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 14 Jul 2023 15:47:35 +0200 Subject: change kakup --- shell-scripts/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell-scripts/compile') diff --git a/shell-scripts/compile b/shell-scripts/compile index 90110bb..04c0586 100755 --- a/shell-scripts/compile +++ b/shell-scripts/compile @@ -34,6 +34,7 @@ case "${@}" in helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@} | sed -u -E -e "s@$(basename ${PWD})/|error during tpl function execution for \".*\"@@g" ;; *) - echo "Nope. Not compiling that. ARGS: ${@}" + echo " \-> ${@}" + ${@} ;; esac -- cgit v1.2.3