Skip to content

Commit

Permalink
Fixing plugin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdun1013 committed Aug 31, 2020
1 parent 73c10ec commit 4c2fe9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4c2fe9b

Please sign in to comment.