diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-07-14 15:47:35 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-07-14 15:47:35 +0200 |
| commit | 38a8ff81371ac24949503ba9dc9055c4534c65b7 (patch) | |
| tree | 761292051b5164b4ea8257c1cd91bf3c27f8ffde /shell-scripts/compile | |
| parent | 2c0a73efa454fe0caff87ed7d35f6e4c6d0f4716 (diff) | |
change kakup
Diffstat (limited to 'shell-scripts/compile')
| -rwxr-xr-x | shell-scripts/compile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
