From 7a54a4077ec2452decd6e4ab7b03b0d4b9dcda58 Mon Sep 17 00:00:00 2001 From: jlandowner Date: Fri, 10 Nov 2023 01:06:40 +0900 Subject: [PATCH] fix command path --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index 2287499..092182c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -4,7 +4,7 @@ name: chartsnap version: 0.0.2 usage: Snapshot testing for Helm charts description: Snapshot testing for Helm charts -command: "$HELM_PLUGIN_DIR/chartsnap" +command: "$HELM_PLUGIN_DIR/bin/chartsnap" ignoreFlags: false hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"