Skip to content

Commit 83e3658

Browse files
authored
Merge pull request #35 from codacy/fix-helm-env
fix helm env
2 parents c936829 + 7b0d156 commit 83e3658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PROJECT_NAME="helm-ssm"
77
PROJECT_GH="codacy/$PROJECT_NAME"
8-
$(helm env)
8+
eval $(helm env)
99

1010
# Convert the HELM_PLUGIN to unix if cygpath is
1111
# available. This is the case when using MSYS2 or Cygwin

0 commit comments

Comments
 (0)