Update createHelmYaml.sh
All checks were successful
Build docker container / Build image (push) Successful in 11s

This commit is contained in:
ties 2024-08-27 12:33:43 +00:00
parent d656fcaa1d
commit 201702d08f

View File

@ -44,7 +44,7 @@ createHelmYaml() {
} }
# if actions is not set # if actions is not set
if [[ -n "$action" ]]; then if [[ -z "$action" ]]; then
action="print" action="print"
fi fi
echo "# action: $action" echo "# action: $action"