Skip to content

Commit

Permalink
Moving install script location
Browse files Browse the repository at this point in the history
  • Loading branch information
bdun1013 committed Aug 31, 2020
1 parent 4c2fe9b commit 8bf2d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
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/scripts/install-binary.sh"
update: "$HELM_PLUGIN_DIR/scripts/install-binary.sh"
install: "$HELM_PLUGIN_DIR/install-binary.sh"
update: "$HELM_PLUGIN_DIR/install-binary.sh"

0 comments on commit 8bf2d15

Please sign in to comment.