From 2ca620d9a4f273caa0f8a66f43aa3064e654d5e6 Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sun, 16 Oct 2022 12:09:58 +0200 Subject: [PATCH] Fix configure script related to Pint --- configure.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.php b/configure.php index 1c09d6a..e3ae32b 100644 --- a/configure.php +++ b/configure.php @@ -82,8 +82,7 @@ foreach ($files as $file) { } if (! $usePint) { - safeUnlink(__DIR__.'/pint.json'); - safeUnlink(__DIR__.'/.github/workflows/pint.yml'); + safeUnlink(__DIR__.'/.github/workflows/fix-php-code-style-issues.yml'); remove_composer_deps([ 'laravel/pint',