diff options
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 |
