mirror of
https://github.com/helm/helm.git
synced 2026-04-23 23:28:44 -04:00
Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR (#10380)
* 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>
This commit is contained in:
parent
98c4ccf29b
commit
4bf99e54eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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...",
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue