4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-08 21:46:55 +00:00

Fixed if statement in run command

This commit is contained in:
Asa Gayle 2022-01-26 12:11:14 -05:00
parent 49a9aaddef
commit 49e3211f82

View file

@ -31,4 +31,5 @@ jobs:
- name: Validate 3.8.0
run: |
if [ $(helm version) != 'v3.8.0' ]; then
echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)"
echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)"
fi