Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
pull/10380/head
Tyler Auerbeck 4 years ago
parent dd0177aed7
commit 50be49e5a1

@ -193,7 +193,7 @@ func TestLoadDir(t *testing.T) {
Version: "0.1.0", Version: "0.1.0",
Usage: "usage", Usage: "usage",
Description: "description", Description: "description",
Command: "$HELM_PLUGIN_SELF/hello.sh", Command: "$HELM_PLUGIN_DIR/hello.sh",
IgnoreFlags: true, IgnoreFlags: true,
Hooks: map[string]string{ Hooks: map[string]string{
Install: "echo installing...", Install: "echo installing...",

@ -3,7 +3,7 @@ version: "0.1.0"
usage: "usage" usage: "usage"
description: |- description: |-
description description
command: "$HELM_PLUGIN_SELF/hello.sh" command: "$HELM_PLUGIN_DIR/hello.sh"
ignoreFlags: true ignoreFlags: true
hooks: hooks:
install: "echo installing..." install: "echo installing..."

Loading…
Cancel
Save