Skip to content

Commit 5434d98

Browse files
committed
fix compat mode
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 6b4f369 commit 5434d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ platformCommand:
3131
arch: arm64
3232
command: "$HELM_PLUGIN_DIR/helm-azure-tpl.windows.arm64.exe"
3333
hooks:
34-
install: "bash $HELM_PLUGIN_DIR/plugin/hooks/helm-plugin-install.sh"
35-
update: "bash $HELM_PLUGIN_DIR/plugin/hooks/helm-plugin-install.sh"
34+
install: "bash $HELM_PLUGIN_DIR/helm-plugin-install.sh"
35+
update: "bash $HELM_PLUGIN_DIR/helm-plugin-install.sh"
3636

3737
downloaders:
38-
- command: "plugin/hooks/helm-downloader.sh"
38+
- command: "helm-downloader.sh"
3939
protocols:
4040
- "azuretpl"
4141
- "azure-tpl"

0 commit comments

Comments
 (0)