From 5ec636ae69a6d9da6498b8330833d743da8b13c9 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 23 Mar 2023 11:48:45 +0100 Subject: [PATCH] Fix missing parenthesis --- .github/workflows/ansible-test-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index c22af78..10f3101 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -408,7 +408,7 @@ jobs: if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then echo "db_client=my57" >> $GITHUB_ENV; else - echo "db_client=$(echo ${{ matrix.connector_name }}" >> $GITHUB_ENV; + echo "db_client=$(echo ${{ matrix.connector_name }})" >> $GITHUB_ENV; fi - name: Set docker_image