Skip to content

Commit

Permalink
Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR (#10380)
Browse files Browse the repository at this point in the history
* Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>

* Trigger Build

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>

Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
  • Loading branch information
tylerauerbeck and tylerauerbeck committed Nov 26, 2021
1 parent 98c4ccf commit 4bf99e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/plugin/plugin_test.go
Expand Up @@ -193,7 +193,7 @@ func TestLoadDir(t *testing.T) {
Version: "0.1.0",
Usage: "usage",
Description: "description",
Command: "$HELM_PLUGIN_SELF/hello.sh",
Command: "$HELM_PLUGIN_DIR/hello.sh",
IgnoreFlags: true,
Hooks: map[string]string{
Install: "echo installing...",
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/testdata/plugdir/good/hello/plugin.yaml
Expand Up @@ -3,7 +3,7 @@ version: "0.1.0"
usage: "usage"
description: |-
description
command: "$HELM_PLUGIN_SELF/hello.sh"
command: "$HELM_PLUGIN_DIR/hello.sh"
ignoreFlags: true
hooks:
install: "echo installing..."

0 comments on commit 4bf99e5

Please sign in to comment.