Commit 3e2782a
authored
install-binary.sh: Use $HELM_BIN in HELM_HOME assignment (#1030)
When a command named 'helm' does not actually exist (for example when
Helm is invoked as 'helm4' or similar), an error like the following may
be printed even if installation then continues to apparently succeed.
[/path/to]/helm/plugins/4/helm-diff/install-binary.sh: 19: helm: not found
mkdir: cannot create directory '': No such file or directory1 parent 34f1f58 commit 3e2782a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments