From 4c2fe9b66e35b8b5a29603805550fc137b733789 Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Sun, 30 Aug 2020 23:00:16 -0400 Subject: [PATCH] Fixing plugin.yaml --- plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 9bb93760..7916c4ed 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -5,5 +5,5 @@ description: "Unit test for helm chart in YAML with ease to keep your chart func ignoreFlags: false command: "$HELM_PLUGIN_DIR/snapshot" hooks: - install: "$HELM_PLUGIN_DIR/install-binary.sh" - update: "$HELM_PLUGIN_DIR/install-binary.sh" + install: "$HELM_PLUGIN_DIR/scripts/install-binary.sh" + update: "$HELM_PLUGIN_DIR/scripts/install-binary.sh"