Skip to content

Commit

Permalink
Merge pull request #35 from codacy/fix-helm-env
Browse files Browse the repository at this point in the history
fix helm env
  • Loading branch information
paulopontesm authored Oct 7, 2020
2 parents c936829 + 7b0d156 commit 83e3658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PROJECT_NAME="helm-ssm"
PROJECT_GH="codacy/$PROJECT_NAME"
$(helm env)
eval $(helm env)

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

0 comments on commit 83e3658

Please sign in to comment.