You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 7f10f25 HELM_BIN instead helm is used.
If helm plugin install is running on cygwin, an error occurred:
```
# Installed plugin: secrets
...
# D:\a\helm-secrets\helm-secrets\tests\.tmp\cache\CYGWIN_NT-10.0\helm\home\helm\plugins\helm-diff/install-binary.sh: line 9: C:\hostedtoolcache\windows\helm\3.6.0\x64\windows-amd64\helm.exe: command not found
...
# Error: plugin install hook for "diff" exited with error
```
Like HELM_PLUGIN_DIR, HELM_BIN needs to be translated on cygwin, too.
0 commit comments