From 5f01362c619fdde50e116357b29d9d8d92e3732c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 26 Sep 2022 21:18:24 +0200 Subject: [PATCH] Drop the trailing pre-cmd semicolon --- .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 d309e6f..ce07e3f 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -111,7 +111,7 @@ jobs: || '' }} >&2 echo Setting Connector version to ${{ matrix.connector }}...; - sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}; + sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }} target-python-version: ${{ matrix.python }} testing-type: integration