Skip to content

Commit c50cdd8

Browse files
committed
fix downloader (trigger script)
Signed-off-by: Markus Blaschke <[email protected]>
1 parent bf29e64 commit c50cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-downloader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o pipefail
44

55
>&2 echo ""
66
>&2 echo "executing azure-tpl for \"$4\":"
7-
./azure-tpl apply --stdout "$4"
7+
"${HELM_PLUGIN_DIR}/helm-azure-tpl" apply --stdout "$4"
88
EXIT_CODE="$?"
99
>&2 echo ""
1010
exit "$EXIT_CODE"

0 commit comments

Comments
 (0)