From a3a412d553449373c9dafa156aa1770f40704e11 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 30 Oct 2023 06:19:14 +0100 Subject: [PATCH] Lol whoops, "cp" is the correct command. --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 95f852c4d7..5217723d74 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -43,7 +43,7 @@ jobs: xmlwriter - name: Copy standard configuration - run: copy .env.testing .env + run: cp .env.testing .env - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-progress --no-scripts