From 49e3211f82be62af2604481790cd04f8407f64b2 Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Wed, 26 Jan 2022 12:11:14 -0500 Subject: [PATCH] Fixed if statement in run command --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1c99736..9a8c76f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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)" \ No newline at end of file + echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)" + fi \ No newline at end of file