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

Double brackets for new test

This commit is contained in:
Asa Gayle 2022-01-26 12:16:08 -05:00
parent 21069d8835
commit 1d633105ef

View file

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